ARSoft.Tools.Net - C# DNS client/server, SPF and SenderID Library
BeginResolve(String,AsyncCallback,Object) Method
Name, that should be queried
An System.AsyncCallback delegate that references the method to invoked then the operation is complete.
A user-defined object that contains information about the receive operation. This object is passed to the requestCallback delegate when the operation is complete.
Queries for specified records asynchronously.
Syntax
public System.IAsyncResult BeginResolve( 
   System.string name,
   System.AsyncCallback requestCallback,
   System.object state
)

Parameters

name
Name, that should be queried
requestCallback
An System.AsyncCallback delegate that references the method to invoked then the operation is complete.
state
A user-defined object that contains information about the receive operation. This object is passed to the requestCallback delegate when the operation is complete.

Return Value

An System.IAsyncResult IAsyncResult object that references the asynchronous receive.
See Also

Reference

LlmnrClient Class
LlmnrClient Members
Overload List

 

 


© 2010-2014 Alexander Reinert. All Rights Reserved.

Send Feedback


This documentation was created using Document! X