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

AF SDK Reference

AFDataPipeRangeDeletedEvent Class

  • Last UpdatedNov 18, 2025
  • 3 minute read
AFDataPipeRangeDeletedEvent Class
A data pipe event used to represent removal of a range of data.

Inheritance Hierarchy

SystemObject
  OSIsoft.AF.DataAFDataPipeEvent
    OSIsoft.AF.DataAFDataPipeRangeDeletedEvent

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

Syntax

public class AFDataPipeRangeDeletedEvent : AFDataPipeEvent
Public Class AFDataPipeRangeDeletedEvent
	Inherits AFDataPipeEvent

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

The AFDataPipeRangeDeletedEvent type exposes the following members.

Constructors

  NameDescription
Public method
AFDataPipeRangeDeletedEvent
Construct a new data pipe event indicating that a range of data was removed.

Properties

  NameDescription
Public property
Action
Gets an action that specifies how the data changed.
(Inherited from AFDataPipeEvent.)
Public property
EndTime
The end of the time range where data has been removed.
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
StartTime
The beginning of the time range where data has been removed.
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 PIPoint objects and AFAttribute objects configured with a PI Point data reference) will send a AFDataPipeRangeDeletedEvent instance to provide the time range that has been removed. Note that a Refresh action is sent so clients handling only single event changes will know to purge their cache.

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

See Also

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