IOpcBrowseService Interface

Namespace: Opc.UaFx.Services
Assemblies: Opc.UaFx.Advanced.dll

C#

[CLSCompliant(false)]
public interface IOpcBrowseService : IOpcService<OpcBrowseResponse, OpcBrowseRequest>


Attributes CLSCompliantAttribute


Implements IOpcService<OpcBrowseResponse, Invoke>(UaFx.Services)

Name Description
MaxNodesPerBrowse Gets or sets the maximum number of nodes which shall be browsed using a single browse request. This number indirectly defines the number of requests used to send a specific number of browse requests to the server.
UsedMaxNodesPerBrowse Gets the maximum number of nodes which are browsed using a single browse request. This property will use either the MaxNodesPerBrowse or the maximum number of nodes which can be browsed in one request as defined by the server. The lowest number of nodes is used to partition the commands to execute into multiple browse requests.