AspNetWebApi.DependencyResolution.AutoFac.AutoFacDependencyResolver.BeginScope C# (CSharp) Method

BeginScope() public method

public BeginScope ( ) : IDependencyScope
return IDependencyScope
        public IDependencyScope BeginScope()
        {
            return new AutoFacDependencyScope(_container.BeginLifetimeScope());
        }
    }