C# Class CK.Monitoring.Impl.LEMCCloseGroup

Inheritance: LECloseGroup, IMulticastLogEntry
Show file Open project: Invenietis/ck-core Class Usage Examples

Public Methods

Method Description
CreateUnicastLogEntry ( ) : ILogEntry
LEMCCloseGroup ( System.Guid monitorId, int depth, DateTimeStamp previousLogTime, LogEntryType previousEntryType, DateTimeStamp t, LogLevel level, IReadOnlyList c ) : CK.Core
WriteLogEntry ( CKBinaryWriter w ) : void

Method Details

CreateUnicastLogEntry() public method

public CreateUnicastLogEntry ( ) : ILogEntry
return ILogEntry

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

WriteLogEntry() public method

public WriteLogEntry ( CKBinaryWriter w ) : void
w CK.Core.CKBinaryWriter
return void