'Declaration
Property DiscoveryTimeout As Integer
'Usage
Dim instance As _UADiscoveryParameters Dim value As Integer instance.DiscoveryTimeout = value value = instance.DiscoveryTimeout
int DiscoveryTimeout {get; set;}
'Declaration
Property DiscoveryTimeout As Integer
'Usage
Dim instance As _UADiscoveryParameters Dim value As Integer instance.DiscoveryTimeout = value value = instance.DiscoveryTimeout
int DiscoveryTimeout {get; set;}
This is actually an operation timeout that is used when making server or endpoint discovery operations (such as the OPC UA FindServers and FindServersOnNetwork service calls).
In order to obtain or modify this parameter, in the default state (when OpcLabs.EasyOpc.UA.EasyUAClientCore.Isolated equals to false
), access OpcLabs.EasyOpc.UA.Engine.UAClientAdaptableParameters.DiscoveryParameters property of static OpcLabs.EasyOpc.UA.EasyUAClientCore.AdaptableParameters. If you have set OpcLabs.EasyOpc.UA.EasyUAClientCore.Isolated to true
, you need to access OpcLabs.EasyOpc.UA.Engine.UAClientAdaptableParameters.DiscoveryParameters property of OpcLabs.EasyOpc.UA.EasyUAClientCore.IsolatedParameters.