ServicePRO SDK Help

IRequestServices..::..BeginGetAllSupportReps Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginGetAllSupportReps(
	string userSessionKey,
	bool includeTeam,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginGetAllSupportReps ( _
	userSessionKey As String, _
	includeTeam As Boolean, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
includeTeam
Type: Boolean
callback
Type: AsyncCallback
asyncState
Type: Object