QuickOPC User's Guide and Reference
GetDomainNames Method



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Application Namespace > AbstractEasyUAClientServerApplication 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 AbstractEasyUAClientServerApplication
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 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also