QuickOPC User's Guide and Reference
BadTooManyMonitoredItems Field



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UACodeBits Class : BadTooManyMonitoredItems Field
The request could not be processed because there are too many monitored items in the subscription.
Syntax
'Declaration
 
Public Const BadTooManyMonitoredItems As Integer
'Usage
 
Dim value As Integer
 
value = UACodeBits.BadTooManyMonitoredItems
public const int BadTooManyMonitoredItems
public:
const int BadTooManyMonitoredItems
Remarks

Numeric value: 32987 (0x80DB)

Status code: 2161836032 (0x80DB0000)

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also