Click or drag to resize

WhiteboardSurfaceWhiteboardSurfaceCompletionHandler Delegate

Declare a delegate that handles the whiteboard surface operations.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public delegate void WhiteboardSurfaceCompletionHandler(
	WhiteboardShapeEventArgs shapeEventArgs,
	CollaborationFailureEventArgs failureEventArgs
)

Parameters

shapeEventArgs
Type: Avaya.ClientServicesWhiteboardShapeEventArgs
Represents the WhiteboardShapeEventArgs based on the request.
failureEventArgs
Type: Avaya.ClientServicesCollaborationFailureEventArgs
If there is an error then this is not null.
See Also