PIPointChangesCookie Class
- Last UpdatedNov 18, 2025
- 3 minute read
- PI System
- AF SDK 2024 R2
- Developer
The PIPointChangesCookie is used in subsequent calls to FindChangedPIPoints(Int32, Object, PIPointChangesCookie, IEnumerablePIPoint) to retrieve
changes that have occurred, since the last call was made. This object is serializable, so that consumers can serialize
the object before shutdown and reconstitute it on startup.
Inheritance Hierarchy
SystemObject
OSIsoft.AF.PIPIPointChangesCookie
OSIsoft.AF.PIPIPointChangesCookie
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
[SerializableAttribute] public sealed class PIPointChangesCookie : IDisposable, ISerializable
<SerializableAttribute> Public NotInheritable Class PIPointChangesCookie Implements IDisposable, ISerializable Dim instance As PIPointChangesCookie
[SerializableAttribute] public ref class PIPointChangesCookie sealed : IDisposable, ISerializable
[<SealedAttribute>] [<SerializableAttribute>] type PIPointChangesCookie = class interface IDisposable interface ISerializable end
The PIPointChangesCookie type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Dispose |
Used to release resources managed by this object
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetObjectData |
Used to serialize the object
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |