QuickOPC User's Guide and Reference
PullServerConditionChangedQueueCapacity Property (EasyUAClient)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > EasyUAClient Class : PullServerConditionChangedQueueCapacity Property
Capacity of the event pull queue for server condition changes.
Syntax
'Declaration
 
<DefaultValueAttribute(0)>
Public Property PullServerConditionChangedQueueCapacity As Integer
'Usage
 
Dim instance As EasyUAClient
Dim value As Integer
 
instance.PullServerConditionChangedQueueCapacity = value
 
value = instance.PullServerConditionChangedQueueCapacity
[DefaultValue(0)]
public int PullServerConditionChangedQueueCapacity {get; set;}
[DefaultValue(0)]
public:
property int PullServerConditionChangedQueueCapacity {
   int get();
   void set (    int value);
}
Requirements

Target Platforms: .NET Framework: Windows 10, Windows Server 2012, Windows Server 2016; .NET Core, .NET 5: Linux, macOS, Microsoft Windows

See Also

Reference

EasyUAClient Class
EasyUAClient Members