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: 493.0.70.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