Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.Dispose C# (CSharp) Méthode

Dispose() public abstract méthode

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
Résultat void
		public abstract void Dispose();