QuickOPC User's Guide and Reference
BrowseNodes Property (_EasyDAClientTimeouts)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.Engine.ComTypes Namespace > _EasyDAClientTimeouts Interface : BrowseNodes Property
Browse nodes timeout. Number of milliseconds. For BrowseBranches, BrowseLeaves and BrowseNodes methods of the EasyDAClient object, this value determines the maximum amount of time these methods wait for the signal from the OPC server that the operation was completed (either with success or failure).
Syntax
'Declaration
 
Property BrowseNodes As Integer
'Usage
 
Dim instance As _EasyDAClientTimeouts
Dim value As Integer
 
instance.BrowseNodes = value
 
value = instance.BrowseNodes
int BrowseNodes {get; set;}
property int BrowseNodes {
   int get();
   void set (    int value);
}
Remarks

This property is used by following client implementations:

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