DebugSupport.GetDebugger Yöntem

Tanım

Aşırı Yüklemeler

GetDebugger(DialogContext)

DialogContext'ten IDialogDebugger almak için uzantı yöntemi.

GetDebugger(ITurnContext)

TurnContext'ten IDialogDebugger almak için uzantı yöntemi.

GetDebugger(DialogContext)

DialogContext'ten IDialogDebugger almak için uzantı yöntemi.

public static Microsoft.Bot.Builder.Dialogs.Debugging.IDialogDebugger GetDebugger(this Microsoft.Bot.Builder.Dialogs.DialogContext context);
static member GetDebugger : Microsoft.Bot.Builder.Dialogs.DialogContext -> Microsoft.Bot.Builder.Dialogs.Debugging.IDialogDebugger
<Extension()>
Public Function GetDebugger (context As DialogContext) As IDialogDebugger

Parametreler

context
DialogContext

dialogContext.

Döndürülenler

IDialogDebugger.

Şunlara uygulanır

GetDebugger(ITurnContext)

TurnContext'ten IDialogDebugger almak için uzantı yöntemi.

public static Microsoft.Bot.Builder.Dialogs.Debugging.IDialogDebugger GetDebugger(this Microsoft.Bot.Builder.ITurnContext context);
static member GetDebugger : Microsoft.Bot.Builder.ITurnContext -> Microsoft.Bot.Builder.Dialogs.Debugging.IDialogDebugger
<Extension()>
Public Function GetDebugger (context As ITurnContext) As IDialogDebugger

Parametreler

context
ITurnContext

turnContext.

Döndürülenler

IDialogDebugger.

Şunlara uygulanır