ServicePRO SDK Help

RequestServicesClient..::..BeginGetAllSupportReps Method

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

Syntax


public IAsyncResult BeginGetAllSupportReps(
	string userSessionKey,
	bool includeTeam,
	AsyncCallback callback,
	Object asyncState
)
Public 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