SCCM WebService API Reference

SCCMWebService..::..CanClearPXEBootState Method

Clears the pxe boot state.

Namespace:  SCCMWebService
Assembly:  SCCMWebService (in SCCMWebService.dll)

Syntax


[SoapHeaderAttribute]
[WebMethodAttribute]
public bool CanClearPXEBootState(
	int resourceID
)
<SoapHeaderAttribute> _
<WebMethodAttribute> _
Public Function CanClearPXEBootState ( _
	resourceID As Integer _
) As Boolean
[SoapHeaderAttribute]
[WebMethodAttribute]
public:
bool^ CanClearPXEBootState(
	int^ resourceID
)

Parameters

resourceID
Type: Int32
The resource identifier.

Return Value

true if successfull, false otherwise.

Exceptions


ExceptionCondition
ExceptionUnable to get computer properties for computer with ResourceID ' + ResourceID + '.