CK.Monitoring.MulticastLogEntryWithOffset.MulticastLogEntryWithOffset C# (CSharp) Method

MulticastLogEntryWithOffset() public method

Initializes a new MulticastLogEntryWithOffset.
public MulticastLogEntryWithOffset ( IMulticastLogEntry e, long o )
e IMulticastLogEntry The entry.
o long The offset.
        public MulticastLogEntryWithOffset( IMulticastLogEntry e, long o )
        {
            Entry = e;
            Offset = o;
        }
    }
MulticastLogEntryWithOffset