CallingModule_MakeBot.Register Method

Definition

public static void Register (Autofac.ILifetimeScope scope, Func<Microsoft.Bot.Builder.Calling.ICallingBotService,Microsoft.Bot.Builder.Calling.ICallingBot> MakeCallingBot);
static member Register : Autofac.ILifetimeScope * Func<Microsoft.Bot.Builder.Calling.ICallingBotService, Microsoft.Bot.Builder.Calling.ICallingBot> -> unit
Public Shared Sub Register (scope As ILifetimeScope, MakeCallingBot As Func(Of ICallingBotService, ICallingBot))

Parameters

scope
Autofac.ILifetimeScope

Applies to