Queries a dns server for specified records asynchronously.
public System.IAsyncResult BeginResolve(
System.string ,
System.AsyncCallback ,
System.object
)
Parameters
- name
- Domain, 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 delegate when the operation is complete.
Return Value
An System.IAsyncResult IAsyncResult object that references the asynchronous receive.