Click or drag to resize

ConversationAddParticipant Method

Invokes an add participant request for this conversation for contact object.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public virtual void AddParticipant(
	Contact contact,
	ConversationAddParticipantAddressesCompletionHandler completionHandler
)

Parameters

contact
Type: Avaya.ClientServicesContact
Contact object from directory search.
completionHandler
Type: Avaya.ClientServicesConversationAddParticipantAddressesCompletionHandler
The completion handler which will be invoked when the operation completes. Operation success or failure is reported through this handler.
See Also