'DeclarationPublic Function New( _ ByVal value As Object, _ ByVal timestamp As Date, _ ByVal isTransient As Boolean _ )
'UsageDim value As Object Dim timestamp As Date Dim isTransient As Boolean Dim instance As New SparkplugData(value, timestamp, isTransient)
Parameters
- value
- The value of the Sparkplug data.
The value of this parameter can be
null(Nothingin Visual Basic). - timestamp
- The timestamp associated with the value.
- isTransient
- A Boolean flag which denotes whether this data should be considered transient.