Click or drag to resize

ContactServiceGetContacts Method

Get the contact list from the given source.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void GetContacts(
	ContactRetrievalWatcher watcher,
	ContactSourceType contactSource
)

Parameters

watcher
Type: Avaya.ClientServicesContactRetrievalWatcher
A ContactRetrievalWatcher 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.
contactSource
Type: Avaya.ClientServicesContactSourceType
The type of contacts to retrieve.
See Also