DialogModule.BeginLifetimeScope(ILifetimeScope, IMessageActivity) Method    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Autofac.ILifetimeScope BeginLifetimeScope(Autofac.ILifetimeScope scope, Microsoft.Bot.Connector.IMessageActivity message);
	static member BeginLifetimeScope : Autofac.ILifetimeScope * Microsoft.Bot.Connector.IMessageActivity -> Autofac.ILifetimeScope
	Public Shared Function BeginLifetimeScope (scope As ILifetimeScope, message As IMessageActivity) As ILifetimeScope
	Parameters
- scope
 - Autofac.ILifetimeScope
 
- message
 - IMessageActivity
 
Returns
		Autofac.ILifetimeScope