C# Class Opc.Ua.Server.Session.HistoryContinuationPoint

Stores a continuation point used for historial reads.
Show file Open project: OPCFoundation/UA-.NET

Public Properties

Property Type Description
Id System.Guid
Timestamp System.DateTime
Value object

Property Details

Id public property

public Guid,System Id
return System.Guid

Timestamp public property

public DateTime,System Timestamp
return System.DateTime

Value public property

public object Value
return object