ServicePRO SDK Help

RequestServicesClient..::..BeginGetSupportRepTree Method

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

Syntax


public IAsyncResult BeginGetSupportRepTree(
	string userSessionKey,
	clsEnumeration..::..hsListControlItem listControlItem,
	clsEnumeration..::..hsPrivilege userPrivilege,
	bool includeTeam,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginGetSupportRepTree ( _
	userSessionKey As String, _
	listControlItem As clsEnumeration..::..hsListControlItem, _
	userPrivilege As clsEnumeration..::..hsPrivilege, _
	includeTeam As Boolean, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
listControlItem
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsListControlItem
userPrivilege
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsPrivilege
includeTeam
Type: Boolean
callback
Type: AsyncCallback
asyncState
Type: Object