'Declaration
<ExtensionAttribute()> <ElementsNotNullAttribute()> <NotNullAttribute()> Public Overloads Shared Function BrowseBranches( _ ByVal client As IEasyDAClient, _ ByVal serverDescriptor As ServerDescriptor _ ) As DANodeElementCollection
'Usage
Dim client As IEasyDAClient Dim serverDescriptor As ServerDescriptor Dim value As DANodeElementCollection value = IEasyDAClientExtension.BrowseBranches(client, serverDescriptor)
[Extension()] [ElementsNotNull()] [NotNull()] public static DANodeElementCollection BrowseBranches( IEasyDAClient client, ServerDescriptor serverDescriptor )
[Extension()] [ElementsNotNull()] [NotNull()] public: static DANodeElementCollection^ BrowseBranches( IEasyDAClient^ client, ServerDescriptor^ serverDescriptor )
Parameters
- client
- The client object that will perform the operation.
- serverDescriptor
- The OPC server involved in the operation.
Return Value
The method returns a keyed collection of OpcLabs.EasyOpc.DataAccess.AddressSpace.DANodeElement values, each containing information about a particular branch found. The keys of the keyed collection are the names of the branches.