Castle.MicroKernel.Lifestyle.PerHttpApplicationLifestyleManager.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) {
            return false;
        }
PerHttpApplicationLifestyleManager