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

C#
public static string[] EndLookupReverse(
	IAsyncResult asyncResult
)
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

ExceptionCondition
JHSoftware..::.DnsClient..::.NXDomainExceptionThe requested domain name does not exist (DNS server returned RCode 3 NXDomain).
JHSoftware..::.DnsClient..::.NoDataExceptionThe requested domain name exists but has no records of the requested type.
JHSoftware..::.DnsClient..::.NoDefinitiveAnswerExceptionNone of the DNS servers returned a definitive answer.

See Also