Click or drag to resize

CollaborationCollaborationCompletionHandler Delegate

Declare a delegate that handles the collaboration async operations.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public delegate void CollaborationCompletionHandler(
	Collaboration sender,
	CollaborationFailureEventArgs failureEventArgs
)

Parameters

sender
Type: Avaya.ClientServicesCollaboration
Represents this Collaboration.
failureEventArgs
Type: Avaya.ClientServicesCollaborationFailureEventArgs
If there is an error then this is not null.
See Also