Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.Dispose C# (CSharp) Method

Dispose() public abstract method

Invoked when the container gets disposed. The container will not call it multiple times in multithreaded environments. However it may be called at the same time when some out of band release mechanism is in progress. Resolving those potential issues is the task of implementors
public abstract Dispose ( ) : void
return void
		public abstract void Dispose();