ServicePRO SDK Help

RequestServicesClient..::..BeginFindNotificationUsers Method

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

Syntax


public IAsyncResult BeginFindNotificationUsers(
	string userSessionKey,
	string searchString,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginFindNotificationUsers ( _
	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