다음을 통해 공유


DialogModule_MakeRoot.Register 메서드

정의

public static void Register (Autofac.ILifetimeScope scope, Func<Microsoft.Bot.Builder.Dialogs.IDialog<object>> MakeRoot);
static member Register : Autofac.ILifetimeScope * Func<Microsoft.Bot.Builder.Dialogs.IDialog<obj>> -> unit
Public Shared Sub Register (scope As ILifetimeScope, MakeRoot As Func(Of IDialog(Of Object)))

매개 변수

scope
Autofac.ILifetimeScope
MakeRoot
Func<IDialog<Object>>

적용 대상