IMediaStreaming.IsWinSatCpuScoreSpecifiedByUser Method ()
Gets whether the CPU assessment is provided by the user.
Namespace: Microsoft.WindowsServerSolutions.MediaStreaming
Assembly: MediaStreamingObjectModel (in MediaStreamingObjectModel.dll)
Syntax
[OperationContractAttribute]
[FaultContractAttribute(typeof(SecurityAccessDeniedException))]
bool IsWinSatCpuScoreSpecifiedByUser()
[OperationContractAttribute]
[FaultContractAttribute((SecurityAccessDeniedException^::typeid))]
bool IsWinSatCpuScoreSpecifiedByUser()
<OperationContractAttribute>
<FaultContractAttribute(GetType(SecurityAccessDeniedException))>
Function IsWinSatCpuScoreSpecifiedByUser As Boolean
Return Value
Type: System.Boolean
True if the WinSAT processor subscore was specified prior to Initial Configuration, false otherwise.
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