ServicePRO SDK Help

IRequestServices..::..BeginGetUserByEmail Method

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

Syntax


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

Parameters

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