ServicePRO SDK Help

ManageObjectsServiceClient..::..BeginGetOrganizationalHierarchy Method

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

Syntax


public IAsyncResult BeginGetOrganizationalHierarchy(
	string SessionKey,
	string sPhrase,
	clsEnumeration..::..hsDPMatch hMatch,
	int UserId,
	bool isAuthorize,
	clsEnumeration..::..hsQueueView QueueView,
	AsyncCallback callback,
	Object asyncState
)
Public 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