Click or drag to resize

ContactServiceSearchContacts Method (SearchContactsWatcher, ContactSearchRequest)

Extended search for the contacts with given request parameters. There can be only one search in progress with a particular request. If such a search already exists, a new one won't be started.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void SearchContacts(
	SearchContactsWatcher watcher,
	ContactSearchRequest request
)

Parameters

watcher
Type: Avaya.ClientServicesSearchContactsWatcher
A SearchContactsWatcher object, created by the application, to track the progress of the requested operation. Prior to calling this method, the application should have installed event handlers on the watcher object for the events it is interested in.
request
Type: Avaya.ClientServicesContactSearchRequest
A ContactSearchRequest object containing search parameters.
See Also