ServicePRO SDK Help

IManageObjectsService..::..BeginGetProblemTypes Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginGetProblemTypes(
	string SessionKey,
	clsEnumeration..::..CategoryView hsCategoryView,
	bool isNeedCategoryIcons,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginGetProblemTypes ( _
	SessionKey As String, _
	hsCategoryView As clsEnumeration..::..CategoryView, _
	isNeedCategoryIcons As Boolean, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

SessionKey
Type: String
hsCategoryView
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..CategoryView
isNeedCategoryIcons
Type: Boolean
callback
Type: AsyncCallback
asyncState
Type: Object