public BeginGetHostEntry ( string hostNameOrAddress, AsyncCallback requestCallback, object stateObject ) : IAsyncResult | ||
hostNameOrAddress | string | The host name or IP address to resolve. |
requestCallback | AsyncCallback | /// An System.AsyncCallback delegate that references the method to invoke when /// the operation is complete. /// |
stateObject | object | /// A user-defined object that contains information about the operation. This /// object is passed to the requestCallback delegate when the operation is complete. /// |
return | IAsyncResult |
Resolver::BeginGetHostEntry ( |