IMediaStreaming.GetWinSatCpuScore Method ()
Gets the WinSAT processor subscore.
Namespace: Microsoft.WindowsServerSolutions.MediaStreaming
Assembly: MediaStreamingObjectModel (in MediaStreamingObjectModel.dll)
Syntax
[OperationContractAttribute]
[FaultContractAttribute(typeof(SecurityAccessDeniedException))]
double GetWinSatCpuScore()
[OperationContractAttribute]
[FaultContractAttribute((SecurityAccessDeniedException^::typeid))]
double GetWinSatCpuScore()
<OperationContractAttribute>
<FaultContractAttribute(GetType(SecurityAccessDeniedException))>
Function GetWinSatCpuScore As Double
Return Value
Type: System.Double
The WinSAT CPU score.
Exceptions
Exception | Condition |
---|---|
FaultException<TDetail> | If the caller is not a member of the Administrators user group. |
FaultException<TDetail> | If a service or provider that the Media Streaming Provider depends upon cannot be contacted to help service this request. |
See Also
IMediaStreaming Interface
Microsoft.WindowsServerSolutions.MediaStreaming Namespace
Return to top