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

AF SDK Reference

AFCollectiveStatusDetail Class

  • Last UpdatedNov 18, 2025
  • 3 minute read
AFCollectiveStatusDetail Class
The detailed status information for a collective member.

Inheritance Hierarchy

SystemObject
  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

  NameDescription
Public property
Comment
A comment about the status information.
Public property
ErrorCode
An error code from SQL Server about the status information.
Public property
ErrorMessage
The error message from SQL Server for the ErrorCode.
Public property
MemberID
The unique identifier of the collective member associated with the status information.
Public property
Name
The name of the collective member associated with the status information.
Public property
NumberDeliveredCommands
The number of commands that have been delivered to the secondary collective member.
Public property
NumberUndeliveredCommands
The number of commands that have not been delivered to the secondary collective member.
Public property
ReplicationStatus
The replication status of the collective member.
Public property
Timestamp
The timestamp of the status information.

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 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.

Version Information

AFSDK


See Also

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