AFCollectiveStatus Class
- Last UpdatedNov 18, 2025
- 3 minute read
- PI System
- AF SDK 2024 R2
- Developer
The collective status information.
Inheritance Hierarchy
SystemObject
OSIsoft.AF.CollectiveAFCollectiveStatus
OSIsoft.AF.CollectiveAFCollectiveStatus
Namespace: OSIsoft.AF.Collective
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public sealed class AFCollectiveStatus
Public NotInheritable Class AFCollectiveStatus Dim instance As AFCollectiveStatus
public ref class AFCollectiveStatus sealed
[<SealedAttribute>] type AFCollectiveStatus = class end
The AFCollectiveStatus type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Primary |
The detailed collective status information about the primary collective member.
| |
| Secondary |
The detailed collective status information for the secondary
collective members.
| |
| Snapshot |
The detailed collective status information about the snapshot of the
primary collective member.
|
Methods
| Name | Description | |
|---|---|---|
| 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.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Remarks
The collective status provides additional information about the current
status of the collective members and the replication of data between
them. This information is returned by the collective's
GetStatusDetails(Boolean, Int32) method.