Castle.Facilities.WcfIntegration.Lifestyles.WcfSessionScopeAccessor.GetScope C# (CSharp) Method

GetScope() public method

public GetScope ( CreationContext context ) : ILifetimeScope
context Castle.MicroKernel.Context.CreationContext
return ILifetimeScope
		public ILifetimeScope GetScope(CreationContext context)
		{
			var scopeHolder = GetScopeHolder();
			return GetScope(scopeHolder);
		}

Same methods

WcfSessionScopeAccessor::GetScope ( IContextChannel scopeHolder ) : ILifetimeScope