ServicePRO SDK Help

IManageObjectsService..::..BeginGetOrganizationalHierarchy Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginGetOrganizationalHierarchy(
	string SessionKey,
	string sPhrase,
	clsEnumeration..::..hsDPMatch hMatch,
	int UserId,
	bool isAuthorize,
	clsEnumeration..::..hsQueueView QueueView,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginGetOrganizationalHierarchy ( _
	SessionKey As String, _
	sPhrase As String, _
	hMatch As clsEnumeration..::..hsDPMatch, _
	UserId As Integer, _
	isAuthorize As Boolean, _
	QueueView As clsEnumeration..::..hsQueueView, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

SessionKey
Type: String
sPhrase
Type: String
hMatch
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsDPMatch
UserId
Type: Int32
isAuthorize
Type: Boolean
QueueView
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsQueueView
callback
Type: AsyncCallback
asyncState
Type: Object