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



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.Engine Namespace > EasyDAClientTimeouts Class : 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
 
<DataMemberAttribute()>
<DefaultValueAttribute(90000)>
Public Property BrowseNodes As Integer
'Usage
 
Dim instance As EasyDAClientTimeouts
Dim value As Integer
 
instance.BrowseNodes = value
 
value = instance.BrowseNodes
[DataMember()]
[DefaultValue(90000)]
public int BrowseNodes {get; set;}
[DataMember()]
[DefaultValue(90000)]
public:
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 2012, Windows Server 2016; .NET Core, .NET 5, .NET 6: Linux, macOS, Microsoft Windows

See Also

Reference

EasyDAClientTimeouts Class
EasyDAClientTimeouts Members