C# Class CK.Monitoring.MulticastLogEntryWithOffset

Immutable capture of a log Entry and its Offset.
Show file Open project: Invenietis/ck-core Class Usage Examples

Public Properties

Property Type Description
Entry IMulticastLogEntry
Offset long

Public Methods

Method Description
MulticastLogEntryWithOffset ( IMulticastLogEntry e, long o )

Initializes a new MulticastLogEntryWithOffset.

Method Details

MulticastLogEntryWithOffset() public method

Initializes a new MulticastLogEntryWithOffset.
public MulticastLogEntryWithOffset ( IMulticastLogEntry e, long o )
e IMulticastLogEntry The entry.
o long The offset.

Property Details

Entry public property

The log entry.
public IMulticastLogEntry Entry
return IMulticastLogEntry

Offset public property

The entry's offset.
public long Offset
return long