AFCollectiveStatusDetail.NumberUndeliveredCommands Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
The number of commands that have not been delivered to the secondary collective member.
Namespace: OSIsoft.AF.Collective
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public int NumberUndeliveredCommands { get; }
Public ReadOnly Property NumberUndeliveredCommands As Integer Get Dim instance As AFCollectiveStatusDetail Dim value As Integer value = instance.NumberUndeliveredCommands
public: property int NumberUndeliveredCommands { int get (); }
member NumberUndeliveredCommands : int with get
Property Value
Type: Int32Returns the number of commands that have not been delivered to the secondary collective member. This value will always be zero for the primary or snapshot.