Opc.Ua.Core
GetHostAddressesAsync Method



Opc.Ua Namespace > Utils Class : GetHostAddressesAsync Method
Syntax
'Declaration
 
Public Shared Function GetHostAddressesAsync( _
   ByVal hostNameOrAddress As String _
) As Task(Of IPAddress())
'Usage
 
Dim hostNameOrAddress As String
Dim value As Task(Of IPAddress())
 
value = Utils.GetHostAddressesAsync(hostNameOrAddress)
public static Task<IPAddress[]> GetHostAddressesAsync( 
   string hostNameOrAddress
)
public:
static Task<array<IPAddress^>>^ GetHostAddressesAsync( 
   String^ hostNameOrAddress
) 

Parameters

hostNameOrAddress
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Utils Class
Utils Members