Click or drag to resize
CollaborationServiceCollaborationServiceCompletionHandler Delegate
Declare a delegate that handles the Collaboration request.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public delegate void CollaborationServiceCompletionHandler(
	Collaboration collaboration,
	CollaborationFailureEventArgs failureEventArgs
)

Parameters

collaboration
Type: Avaya.ClientServicesCollaboration
Collaboration object.
failureEventArgs
Type: Avaya.ClientServicesCollaborationFailureEventArgs
Not null if the request failed. Represents the error associated with request.
See Also