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



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.Engine.ComTypes Namespace > _EasyDAClientTimeouts Interface : BrowseAccessPaths Property
Browse access paths timeout. Number of milliseconds. For BrowseAccessPaths method of the EasyDAClient, this value determines the maximum amount of time this method waits for the signal that the operation was completed (either with success or failure).
Syntax
'Declaration
 
Property BrowseAccessPaths As Integer
'Usage
 
Dim instance As _EasyDAClientTimeouts
Dim value As Integer
 
instance.BrowseAccessPaths = value
 
value = instance.BrowseAccessPaths
int BrowseAccessPaths {get; set;}
property int BrowseAccessPaths {
   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 Interface
_EasyDAClientTimeouts Members