AFCollectiveStatusDetail Class
- Last UpdatedNov 18, 2025
- 3 minute read
- PI System
- AF SDK 2024 R2
- Developer
The detailed status information for a collective member.
Inheritance Hierarchy
SystemObject
OSIsoft.AF.CollectiveAFCollectiveStatusDetail
OSIsoft.AF.CollectiveAFCollectiveStatusDetail
Namespace: OSIsoft.AF.Collective
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public sealed class AFCollectiveStatusDetail
Public NotInheritable Class AFCollectiveStatusDetail Dim instance As AFCollectiveStatusDetail
public ref class AFCollectiveStatusDetail sealed
[<SealedAttribute>] type AFCollectiveStatusDetail = class end
The AFCollectiveStatusDetail type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Comment |
A comment about the status information.
| |
| ErrorCode |
An error code from SQL Server about the status information.
| |
| ErrorMessage |
The error message from SQL Server for the ErrorCode.
| |
| MemberID |
The unique identifier of the collective member associated with the status information.
| |
| Name |
The name of the collective member associated with the status information.
| |
| NumberDeliveredCommands |
The number of commands that have been delivered to the secondary collective member.
| |
| NumberUndeliveredCommands |
The number of commands that have not been delivered to the secondary collective member.
| |
| ReplicationStatus |
The replication status of the collective member.
| |
| Timestamp |
The timestamp of the status information.
|
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
This class contains the detail status information for a collective member. This
information is returned as part of the AFCollectiveStatus information
by the collective's GetStatusDetails(Boolean, Int32) method.