ServicePRO SDK Help

IManageObjectsService..::..EndValidateRetireFolder Method

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

Syntax


clsEnumeration..::..QueueValidationType EndValidateRetireFolder(
	out string validationMessage,
	out ObservableCollection<stcListItem> childQueues,
	out ObservableCollection<stcListItem> invalidQueues,
	IAsyncResult result
)
Function EndValidateRetireFolder ( _
	<OutAttribute> ByRef validationMessage As String, _
	<OutAttribute> ByRef childQueues As ObservableCollection(Of stcListItem), _
	<OutAttribute> ByRef invalidQueues As ObservableCollection(Of stcListItem), _
	result As IAsyncResult _
) As clsEnumeration..::..QueueValidationType

Parameters

validationMessage
Type: String%
childQueues
Type: ObservableCollection<(Of <(<'stcListItem>)>)>%
invalidQueues
Type: ObservableCollection<(Of <(<'stcListItem>)>)>%
result
Type: IAsyncResult