Ends a pending asynchronous lookup of the host name(s) for an IP address.
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 EndLookupReverse ( _
asyncResult As IAsyncResult _
) As String() |
Parameters
- asyncResult
- Type: System..::.IAsyncResult
An IAsyncResult that stores state information and any user defined data for this asynchronous operation.
Return Value
Host name / aliases
Exceptions
See Also