SCCMWebService..::..ClearPXEBootState Method
Clears the pxe boot state.
Namespace:
SCCMWebServiceAssembly: SCCMWebService (in SCCMWebService.dll)
Syntax
[SoapHeaderAttribute] [WebMethodAttribute] public bool ClearPXEBootState( int resourceID )
<SoapHeaderAttribute> _ <WebMethodAttribute> _ Public Function ClearPXEBootState ( _ resourceID As Integer _ ) As Boolean
[SoapHeaderAttribute] [WebMethodAttribute] public: bool^ ClearPXEBootState( int^ resourceID )
Parameters
- resourceID
- Type: Int32
The resource identifier.
Return Value
true if successfull, false otherwise.Exceptions
Exception | Condition |
---|---|
Exception | Unable to get computer properties for computer with ResourceID ' + ResourceID + '. |