Interface ISmartDataDistributionChannelInfo
- Namespace
- MASES.DataDistributionManager.Bindings
- Assembly
- DataDistributionManagerNet.dll
Interface containing information related to a channel
public interface ISmartDataDistributionChannelInfo
Properties
ChannelName
The name of the channel
string ChannelName { get; }
Property Value
DateTime
The last available message DateTime associated to the data (UTC).
DateTime DateTime { get; }
Property Value
Offset
The last available message offset associated to the data
long Offset { get; }
Property Value
Timestamp
The last available message timestamp associated to the data: Milliseconds since epoch (UTC).
long Timestamp { get; }