System::Net::Dns::EndGetHostByName 方法
Dns::EndGetHostByName method
等待指定的创建新的 IPHostEntry 类实例的异步操作完成。
static System::SharedPtr<IPHostEntry> System::Net::Dns::EndGetHostByName(System::SharedPtr<IAsyncResult> asyncResult)
| Parameter | Type | 描述 |
|---|---|---|
| asyncResult | System::SharedPtr<IAsyncResult> | 表示异步操作的 IAsyncResult 对象。 |
ReturnValue
新创建的 IPHostEntry-class 实例。
另见
- Typedef SharedPtr
- Class IPHostEntry
- Class IAsyncResult
- Class Dns
- Namespace System::Net
- Library Aspose.Page for C++