ServicePRO SDK Help

IRequestServices..::..BeginDeleteRequest Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginDeleteRequest(
	string userSessionKey,
	int RequestId,
	bool bolViaId,
	bool isFolder,
	bool deleteRecurrence,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginDeleteRequest ( _
	userSessionKey As String, _
	RequestId As Integer, _
	bolViaId As Boolean, _
	isFolder As Boolean, _
	deleteRecurrence As Boolean, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
RequestId
Type: Int32
bolViaId
Type: Boolean
isFolder
Type: Boolean
deleteRecurrence
Type: Boolean
callback
Type: AsyncCallback
asyncState
Type: Object