ClientNodeBaseBrowse Method

CVB.Net Documentation
Browse references of this node as defined by the filter.

Namespace:  Stemmer.Cvb.Foundation.OpcUa
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public IEnumerable<IClientNode> Browse(
	BrowseFilter filter
)

Parameters

filter
Type: Stemmer.Cvb.Foundation.OpcUaBrowseFilter
Defines which kind of nodes to browse. See BrowseFilter for details.

Return Value

Type: IEnumerableIClientNode
Enumerable to enumerate found IClientNodes

Implements

IClientNodeBrowse(BrowseFilter)
See Also

Reference