Click or drag to resize
CollaborationEnd Method
Ends the collaboration session. Collaboration can not be ended twice or during the collaboration starting or ending process.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public void End(
	CollaborationCollaborationCompletionHandler completionHandler
)

Parameters

completionHandler
Type: Avaya.ClientServicesCollaborationCollaborationCompletionHandler
The completion handler for this operation.
See Also