Click or drag to resize

WhiteboardSurfaceWhiteboardCompletionHandler Delegate

Declare a delegate that handles the whiteboard operations. Note that this delegate is different from WhiteboardCompletionHandler found in Whiteboard class.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public delegate void WhiteboardCompletionHandler(
	WhiteboardUserEventArgs whiteboardEventArgs,
	CollaborationFailureEventArgs failureEventArgs
)

Parameters

whiteboardEventArgs
Type: Avaya.ClientServicesWhiteboardUserEventArgs
Represents the WhiteboardUserEventArgs based on the request.
failureEventArgs
Type: Avaya.ClientServicesCollaborationFailureEventArgs
If there is an error then this is not null.
See Also