Ends a pending asynchronous lookup of the IP address(es) for a host
Namespace:
JHSoftware
Assembly:
JHSoftware.DnsClient (in JHSoftware.DnsClient.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
| Visual Basic (Declaration) |
|---|
Public Shared Function EndLookupHost ( _
asyncResult As IAsyncResult _
) As IPAddress() |
Parameters
- asyncResult
- Type: System..::.IAsyncResult
An IAsyncResult that stores state information and any user defined data for this asynchronous operation.
Return Value
The host's IP address(es)
Exceptions
See Also