EndDialog(Object, String, Int32) Constructor

Definition

Initializes a new instance of the EndDialog class.

public EndDialog (object value = default, string callerPath = "", int callerLine = 0);
new Microsoft.Bot.Builder.Dialogs.Adaptive.Actions.EndDialog : obj * string * int -> Microsoft.Bot.Builder.Dialogs.Adaptive.Actions.EndDialog
Public Sub New (Optional value As Object = Nothing, Optional callerPath As String = "", Optional callerLine As Integer = 0)

Parameters

value
Object

Optional, value expression for the result to be returned to the caller.

callerPath
String

Optional, source file full path.

callerLine
Int32

Optional, line number in source file.

Applies to