Castle.MicroKernel.Lifestyle.PerHttpApplicationLifestyleManager.Release C# (CSharp) Method

Release() public method

public Release ( object instance ) : bool
instance object
return bool
        public override bool Release(object instance) {
            return false;
        }
PerHttpApplicationLifestyleManager