ServicePRO SDK Help

ManageObjectsServiceClient..::..EndGetProblemTypes Method

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

Syntax


public ObservableCollection<stcProblemType> EndGetProblemTypes(
	out List<stcListItem> categoryIconList,
	IAsyncResult result
)
Public 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