Andover.Data.Logging.MonitoredScopeContext.MonitoredScopeContext C# (CSharp) 메소드

MonitoredScopeContext() 공개 메소드

public MonitoredScopeContext ( string scopeName ) : System
scopeName string
리턴 System
        public MonitoredScopeContext(string scopeName)
        {
            Name = scopeName;
            Id = Guid.NewGuid();
        }
MonitoredScopeContext