Castle.MicroKernel.Handlers.ComponentLifecycleExtension.Releasing.Invoked C# (CSharp) Method

Invoked() public method

public Invoked ( Burden burden ) : void
burden Burden
return void
			public void Invoked(Burden burden)
			{
				burden.Releasing -= Invoked;

				releasers.ForEach(r => r.Invoke(kernel));
			}
		}
ComponentLifecycleExtension.Releasing