Click or drag to resize

WhiteboardRequestNewSurface Method

Requests new WhiteboardSurface object which will be representing a new page on a whiteboard.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void RequestNewSurface(
	WhiteboardWhiteboardCompletionHandler completionHandler
)

Parameters

completionHandler
Type: Avaya.ClientServicesWhiteboardWhiteboardCompletionHandler
Completion handler instance that receives the result of the operation. If not provided, failure feedback cannot be provided.
See Also