Castle.MicroKernel.Lifestyle.Scoped.ThreadStaticLifetimeScope.SetCurrentScope C# (CSharp) Method

SetCurrentScope() private method

private SetCurrentScope ( ThreadStaticLifetimeScope lifetimeScope ) : void
lifetimeScope ThreadStaticLifetimeScope
return void
		private void SetCurrentScope(ThreadStaticLifetimeScope lifetimeScope)
		{
			currentScope = lifetimeScope;
		}