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

Release() public méthode

public Release ( object instance ) : bool
instance object
Résultat bool
		public override bool Release(object instance)
		{
			// Do nothing.
			return false;
		}
PerThreadThreadStaticLifestyleManager