ServicePRO SDK Help

RequestServicesClient..::..BeginGetUserByEmail Method

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

Syntax


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