AspNetWebApi.DependencyResolution.Unity.UnityDependencyResolver.BeginScope C# (CSharp) Method

BeginScope() public method

public BeginScope ( ) : IDependencyScope
return IDependencyScope
        public IDependencyScope BeginScope()
        {
            return new UnityDependencyScope(_container.CreateChildContainer());
        }
    }