ServicePRO SDK Help

RequestServicesClient..::..EndValidateCloseProject Method

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

Syntax


public bool EndValidateCloseProject(
	out string errorMessage,
	out bool confirmParentMemoInChild,
	IAsyncResult result
)
Public 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