ServicePRO SDK Help

RequestServicesClient..::..EndRequestExistAndAuthorization Method

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

Syntax


public bool EndRequestExistAndAuthorization(
	out string requestTitle,
	out string errorMessage,
	out int exceptionId,
	IAsyncResult result
)
Public Function EndRequestExistAndAuthorization ( _
	<OutAttribute> ByRef requestTitle As String, _
	<OutAttribute> ByRef errorMessage As String, _
	<OutAttribute> ByRef exceptionId As Integer, _
	result As IAsyncResult _
) As Boolean

Parameters

requestTitle
Type: String%
errorMessage
Type: String%
exceptionId
Type: Int32%
result
Type: IAsyncResult