SCCMWebService..::..RequestAndEvaluateMachinePolicy Method
Requests and evaluates the machine policy.
Namespace:
SCCMWebServiceAssembly: SCCMWebService (in SCCMWebService.dll)
Syntax
[SoapHeaderAttribute] [WebMethodAttribute] public bool RequestAndEvaluateMachinePolicy( string computerName, int timeoutMilliSec )
<SoapHeaderAttribute> _ <WebMethodAttribute> _ Public Function RequestAndEvaluateMachinePolicy ( _ computerName As String, _ timeoutMilliSec As Integer _ ) As Boolean
[SoapHeaderAttribute] [WebMethodAttribute] public: bool^ RequestAndEvaluateMachinePolicy( String^ computerName, int^ timeoutMilliSec )
Parameters
- computerName
- Type: String
Name of the computer.
- timeoutMilliSec
- Type: Int32
The timeout in milliseconds.