Castle.MicroKernel.Lifestyle.PerHttpApplicationLifestyleManager.Release C# (CSharp) 메소드

Release() 공개 메소드

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