CK.Monitoring.Impl.LEMCCloseGroup.LEMCCloseGroup C# (CSharp) Method

LEMCCloseGroup() public method

public LEMCCloseGroup ( System.Guid monitorId, int depth, DateTimeStamp previousLogTime, LogEntryType previousEntryType, DateTimeStamp t, LogLevel level, IReadOnlyList c ) : CK.Core
monitorId System.Guid
depth int
previousLogTime DateTimeStamp
previousEntryType LogEntryType
t DateTimeStamp
level LogLevel
c IReadOnlyList
return CK.Core
        public LEMCCloseGroup( Guid monitorId, int depth, DateTimeStamp previousLogTime, LogEntryType previousEntryType, DateTimeStamp t, LogLevel level, IReadOnlyList<ActivityLogGroupConclusion> c )
            : base( t, level, c )
        {
            _monitorId = monitorId;
            _depth = depth;
            _previousEntryType = previousEntryType;
            _previousLogTime = previousLogTime;
        }