ServicePRO SDK Help

ManageObjectsServiceClient..::..BeginRetireAsset Method

Namespace:  ServicePRO.Sdk.Windows.Clients
Assembly:  ServicePRO.Sdk.Windows (in ServicePRO.Sdk.Windows.dll)

Syntax


public IAsyncResult BeginRetireAsset(
	string sessionKey,
	int iObjId,
	bool bNeedToConfirmForReqAssocation,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginRetireAsset ( _
	sessionKey As String, _
	iObjId As Integer, _
	bNeedToConfirmForReqAssocation As Boolean, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

sessionKey
Type: String
iObjId
Type: Int32
bNeedToConfirmForReqAssocation
Type: Boolean
callback
Type: AsyncCallback
asyncState
Type: Object