ServicePRO SDK Help

IRequestServices..::..BeginGetSelectedSupportReps Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginGetSelectedSupportReps(
	string userSessionKey,
	ObservableCollection<int> repIdCollection,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginGetSelectedSupportReps ( _
	userSessionKey As String, _
	repIdCollection As ObservableCollection(Of Integer), _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
repIdCollection
Type: ObservableCollection<(Of <(<'Int32>)>)>
callback
Type: AsyncCallback
asyncState
Type: Object