ServicePRO SDK Help

IManageObjectsService..::..EndLoadObjectFromNewCategory Method

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

Syntax


stcProblemType EndLoadObjectFromNewCategory(
	out ObservableCollection<stcListItem> categoryTypes,
	out bool hasDocuments,
	IAsyncResult result
)
Function EndLoadObjectFromNewCategory ( _
	<OutAttribute> ByRef categoryTypes As ObservableCollection(Of stcListItem), _
	<OutAttribute> ByRef hasDocuments As Boolean, _
	result As IAsyncResult _
) As stcProblemType

Parameters

categoryTypes
Type: ObservableCollection<(Of <(<'stcListItem>)>)>%
hasDocuments
Type: Boolean%
result
Type: IAsyncResult