ServicePRO SDK Help

IRequestServices..::..EndValidateCloseProject Method

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

Syntax


bool EndValidateCloseProject(
	out string errorMessage,
	out bool confirmParentMemoInChild,
	IAsyncResult result
)
Function EndValidateCloseProject ( _
	<OutAttribute> ByRef errorMessage As String, _
	<OutAttribute> ByRef confirmParentMemoInChild As Boolean, _
	result As IAsyncResult _
) As Boolean

Parameters

errorMessage
Type: String%
confirmParentMemoInChild
Type: Boolean%
result
Type: IAsyncResult