Andover.Data.Logging.MonitoredScopeContext.MonitoredScopeContext C# (CSharp) Method

MonitoredScopeContext() public method

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