Visual Basic (Declaration) | |
---|---|
Public Shared Function EndLookup( _ ByVal result As IAsyncResult _ ) As DnsResponse |
Visual Basic (Usage) | ![]() |
---|---|
Dim result As IAsyncResult Dim value As DnsResponse value = AdvancedDns.EndLookup(result) |
C# | |
---|---|
public static DnsResponse EndLookup( IAsyncResult result ) |
C++/CLI | |
---|---|
public: static DnsResponse^ EndLookup( IAsyncResult^ result ) |
Parameters
- result
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