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

Release() public méthode

public Release ( object instance ) : bool
instance object
Résultat bool
		public virtual bool Release(object instance)
		{
			componentActivator.Destroy(instance);
			return true;
		}