NLog.LayoutRenderers.LayoutRenderer.ISupportsInitialize C# (CSharp) 메소드

ISupportsInitialize() 개인적인 메소드

Closes this instance.
private ISupportsInitialize ( ) : void
리턴 void
        void ISupportsInitialize.Close()
        {
            this.Close();
        }

Same methods

LayoutRenderer::ISupportsInitialize ( LoggingConfiguration configuration ) : void