Msg ArrivalTimeStamp Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Returns arrival timestamp expressed in ticks, that is - when message just arrived before its processing started by Glue (before deserialization). This property allows for glue-internal latency assessment

Namespace: NFX.Glue.Protocol
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public long ArrivalTimeStamp { get; }

Property Value

Type: OnlineInt64
See Also