LogEntrySequenceNumber Property

Gets a sequence number for the message, indicating the order in which it was logged relative to other log entries.

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public long SequenceNumber { get; }

Property Value

Type: Int64
Remarks
Note Note
This property is only used when logging to database.
See Also