ServicePRO SDK Help

IRequestServices..::..EndValidateDelete Method

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

Syntax


bool EndValidateDelete(
	out string confirmationMessage,
	out string errorMessage,
	out string recConfirmationMessage,
	IAsyncResult result
)
Function EndValidateDelete ( _
	<OutAttribute> ByRef confirmationMessage As String, _
	<OutAttribute> ByRef errorMessage As String, _
	<OutAttribute> ByRef recConfirmationMessage As String, _
	result As IAsyncResult _
) As Boolean

Parameters

confirmationMessage
Type: String%
errorMessage
Type: String%
recConfirmationMessage
Type: String%
result
Type: IAsyncResult