Click or drag to resize
ConversationAddParticipantAddressesCompletionHandler Delegate
Completion handler for AddParticipantAddresses operation.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public delegate void AddParticipantAddressesCompletionHandler(
	Conversation sender,
	List<MessagingParticipant> participantList,
	MessagingFailureEventArgs error
)

Parameters

sender
Type: Avaya.ClientServicesConversation
The conversation object on which the operation was performed.
participantList
Type: System.Collections.GenericListMessagingParticipant
List of added participants if the operation was successful.
error
Type: Avaya.ClientServicesMessagingFailureEventArgs
If the operation was successful the value of this parameter is a null reference. If the operation failed it contains an error object describing the details of the failure.
See Also