System::Net::Dns::EndGetHostEntry method
Dns::EndGetHostEntry method
Waits until the specified asynchronous operation to create a new IPHostEntry-class instance completes.
static System::SharedPtr<IPHostEntry> System::Net::Dns::EndGetHostEntry(System::SharedPtr<IAsyncResult> asyncResult)
Parameter | Type | Description |
---|---|---|
asyncResult | System::SharedPtr<IAsyncResult> | An IAsyncResult object that represents an asynchronous operation. |
ReturnValue
A newly created IPHostEntry-class instance.
See Also
- Typedef SharedPtr
- Class IPHostEntry
- Class IAsyncResult
- Class Dns
- Namespace System::Net
- Library Aspose.PUB for C++