AFCollectiveStatusDetail.NumberUndeliveredCommands Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- 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.1.1.1182
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.