BeginLookupServer(String,String,String,AsyncCallback,Object) Method
See Also 
SourceCode.Net.Dns Namespace > AdvancedDns Class > BeginLookupServer Method : BeginLookupServer(String,String,String,AsyncCallback,Object) Method



service
proto
domain
callback
object

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Shared Function BeginLookupServer( _
   ByVal service As String, _
   ByVal proto As String, _
   ByVal domain As String, _
   ByVal callback As AsyncCallback, _
   ByVal object As Object _
) As IAsyncResult
Visual Basic (Usage) Copy Code
Dim service As String
Dim proto As String
Dim domain As String
Dim callback As AsyncCallback
Dim object As Object
Dim value As IAsyncResult
 
value = AdvancedDns.BeginLookupServer(service, proto, domain, callback, object)
C#  
public static IAsyncResult BeginLookupServer( 
   string service,
   string proto,
   string domain,
   AsyncCallback callback,
   object object
)
C++/CLI  
public:
static IAsyncResult^ BeginLookupServer( 
   String^ service,
   String^ proto,
   String^ domain,
   AsyncCallback^ callback,
   Object^ object
) 

Parameters

service
proto
domain
callback
object

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