Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFDataPipeEventWithChangeTime Class

  • Last UpdatedNov 18, 2025
  • 3 minute read
AFDataPipeEventWithChangeTime Class
A data pipe event used to represent changes to an AFAttribute object delivered by the PIDataPipe class, including the time at which the update occurred.

Inheritance Hierarchy

SystemObject
  OSIsoft.AF.DataAFDataPipeEvent
    OSIsoft.AF.DataAFDataPipeEventWithChangeTime

Namespace:  OSIsoft.AF.Data
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182

Syntax

public class AFDataPipeEventWithChangeTime : AFDataPipeEvent
Public Class AFDataPipeEventWithChangeTime
	Inherits AFDataPipeEvent

Dim instance As AFDataPipeEventWithChangeTime
public ref class AFDataPipeEventWithChangeTime : public AFDataPipeEvent
type AFDataPipeEventWithChangeTime =  
    class
        inherit AFDataPipeEvent
    end

The AFDataPipeEventWithChangeTime type exposes the following members.

Constructors

  NameDescription
Public method
AFDataPipeEventWithChangeTime
Construct a new data pipe event given a pipe action and an AFvalue.

Properties

  NameDescription
Public property
Action
Gets an action that specifies how the data changed.
(Inherited from AFDataPipeEvent.)
Public property
ChangeTime
The timestamp of the change that generated this event.
Public property
PreviousEventAction
Information about the previous data pipe event
(Inherited from AFDataPipeEvent.)
Public property
SpecificUpdatedValue
Additional information about the update event.
(Inherited from AFDataPipeEvent.)
Public property
Value
The AFValue associated with the data change event.
(Inherited from AFDataPipeEvent.)

Methods

  NameDescription
Public method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public method
GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public method
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method
ToString
Returns a String that represents the current object.
(Inherited from AFDataPipeEvent.)

Remarks

Some AFDataPipe data sources (including AFAttribute objects with no DataReference set) will send AFDataPipeEventWithChangeTime instances to provide the time when the update occurred in addition to the Value timestamp that holds the time the data is in effect.

Version Information

AFSDK

Supported in: 3.1.1, 3.1.0, 3.0.2, 3.0.1, 3.0.0, 2.10.11, 2.10.5, 2.10.0, 2.10, 2.9.5, 2.9, 2.8.5, 2.8, 2.7.5, 2.7

See Also

TitleResults for “How to create a CRG?”Also Available in