QuickOPC User's Guide and Reference
GetDomainNames Method



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Application Namespace > AbstractEasyUAClientApplication Class : GetDomainNames Method
Infrastructure. Get the application's domain names.
Syntax
'Declaration
 
<NotNullAttribute()>
Protected MustOverride Function GetDomainNames() As IEnumerable(Of String)
'Usage
 
Dim instance As AbstractEasyUAClientApplication
Dim value As IEnumerable(Of String)
 
value = instance.GetDomainNames()
[NotNull()]
protected abstract IEnumerable<string> GetDomainNames()
[NotNull()]
protected:
abstract IEnumerable<String^>^ GetDomainNames(); 

Return Value

A sequence of application's domain names.
Remarks

This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012 R2, Windows Server 2016; .NET Core, .NET 6: Linux, macOS, Microsoft Windows

See Also