ServicePRO SDK Help

RequestServicesClient..::..BeginValidateDelete Method

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

Syntax


public IAsyncResult BeginValidateDelete(
	string userSessionKey,
	int requestId,
	bool isFolder,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginValidateDelete ( _
	userSessionKey As String, _
	requestId As Integer, _
	isFolder As Boolean, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
requestId
Type: Int32
isFolder
Type: Boolean
callback
Type: AsyncCallback
asyncState
Type: Object