Click or drag to resize

ContactServiceResolveContacts Method

Search for the contacts with given request parameters. There can be only one search in progress with a particular string. 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 ResolveContacts(
	ResolveContactsRequest request
)

Parameters

request
Type: Avaya.ClientServicesResolveContactsRequest
A ResolveContactsRequest object, encapsulates Resolve Contacts search request. Contains search strings, searching scope and source.
Remarks
During the search DataRetrievalCollectionChanged and DataRetrievalError events may be triggered multiple times if there are multiple search locations. The search is complete when the DataRetrievalDone event is triggered on the watcher.
See Also