ServicePRO SDK Help

IManageObjectsService..::..EndGetProblemTypes Method

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

Syntax


ObservableCollection<stcProblemType> EndGetProblemTypes(
	out List<stcListItem> categoryIconList,
	IAsyncResult result
)
Function EndGetProblemTypes ( _
	<OutAttribute> ByRef categoryIconList As List(Of stcListItem), _
	result As IAsyncResult _
) As ObservableCollection(Of stcProblemType)

Parameters

categoryIconList
Type: List<(Of <(<'stcListItem>)>)>%
result
Type: IAsyncResult