Castle.MicroKernel.Lifestyle.WebRequestScopeAccessor.GetScope C# (CSharp) 메소드

GetScope() 공개 메소드

public GetScope ( CreationContext context ) : ILifetimeScope
context Castle.MicroKernel.Context.CreationContext
리턴 ILifetimeScope
		public ILifetimeScope GetScope(CreationContext context)
		{
			return PerWebRequestLifestyleModule.GetScope();
		}
	}
WebRequestScopeAccessor