Click or drag to resize

ExportLastProcessTimestamp Property

Gets or sets the DateTime of when the Export was last processed.

Namespace: GSF.Historian.Exporters
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
[XmlIgnoreAttribute]
public DateTime LastProcessTimestamp { get; set; }
View Source

Property Value

DateTime
Remarks
LastProcessTimestamp will be MinValue if the Type is RealTime.
See Also