SignOutUser(String, Int32) 建構函式

定義

初始化 SignOutUser 類別的新執行個體。

public SignOutUser (string callerPath = "", int callerLine = 0);
new Microsoft.Bot.Builder.Dialogs.Adaptive.Actions.SignOutUser : string * int -> Microsoft.Bot.Builder.Dialogs.Adaptive.Actions.SignOutUser
Public Sub New (Optional callerPath As String = "", Optional callerLine As Integer = 0)

參數

callerPath
String

選擇性的原始程式檔完整路徑。

callerLine
Int32

來源檔案中的選擇性行號。

適用於