Click or drag to resize

StartPresentationResponseCancel Method

Creates a StartPresentationResponse that notifies the browser that the presentation should be canceled.

Namespace:  DotNetBrowser.Cast.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.0
Syntax
C#
public static StartPresentationResponse Cancel()

Return Value

Type: StartPresentationResponse
The StartPresentationResponse instance that can be used as a return value in StartPresentationHandler implementation.
See Also