'Declaration
<ExtensionAttribute()> <NotNullAttribute()> Public Overloads Shared Function BrowseTree( _ ByVal readOnlyPubSubSecurityKeyService As IUAReadOnlyPubSubSecurityKeyService _ ) As ITreeTraversable(Of UAPubSubSecurityKeyServiceNodeTreePosition)
'Usage
Dim readOnlyPubSubSecurityKeyService As IUAReadOnlyPubSubSecurityKeyService Dim value As ITreeTraversable(Of UAPubSubSecurityKeyServiceNodeTreePosition) value = IUAReadOnlyPubSubSecurityKeyServiceExtension.BrowseTree(readOnlyPubSubSecurityKeyService)
[Extension()] [NotNull()] public static ITreeTraversable<UAPubSubSecurityKeyServiceNodeTreePosition> BrowseTree( IUAReadOnlyPubSubSecurityKeyService readOnlyPubSubSecurityKeyService )
[Extension()] [NotNull()] public: static ITreeTraversable<UAPubSubSecurityKeyServiceNodeTreePosition^>^ BrowseTree( IUAReadOnlyPubSubSecurityKeyService^ readOnlyPubSubSecurityKeyService )
Parameters
- readOnlyPubSubSecurityKeyService
- OPC UA PubSub security key service (read-only).
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
This method never returns null
(Nothing
in Visual Basic).