ServicePRO SDK Help

IRequestServices..::..BeginGetSupportReps Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginGetSupportReps(
	string userSessionKey,
	string searchString,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginGetSupportReps ( _
	userSessionKey As String, _
	searchString As String, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
searchString
Type: String
callback
Type: AsyncCallback
asyncState
Type: Object