ServicePRO SDK Help

ManageObjectsServiceClient..::..BeginDoesAssetExist Method

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

Syntax


public IAsyncResult BeginDoesAssetExist(
	string sessionKey,
	int id,
	string name,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginDoesAssetExist ( _
	sessionKey As String, _
	id As Integer, _
	name As String, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

sessionKey
Type: String
id
Type: Int32
name
Type: String
callback
Type: AsyncCallback
asyncState
Type: Object