ServicePRO SDK Help

IRequestServices..::..BeginGetSupportRepTree Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginGetSupportRepTree(
	string userSessionKey,
	clsEnumeration..::..hsListControlItem listControlItem,
	clsEnumeration..::..hsPrivilege userPrivilege,
	bool includeTeam,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
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