System::Net::Dns::EndGetHostAddresses メソッド
Dns::EndGetHostAddresses method
指定された新しい IPHostEntry-class インスタンスを作成する非同期操作が完了するまで待機します。
static System::ArrayPtr<System::SharedPtr<IPAddress>> System::Net::Dns::EndGetHostAddresses(System::SharedPtr<IAsyncResult> asyncResult)
| パラメーター | 型 | 説明 |
|---|---|---|
| asyncResult | System::SharedPtr<IAsyncResult> | 非同期操作を表す IAsyncResult オブジェクトです。 |
ReturnValue
新しく作成された IPHostEntry-class インスタンスです。
参照
- Typedef ArrayPtr
- Typedef SharedPtr
- Class IPAddress
- Class IAsyncResult
- Class Dns
- Namespace System::Net
- Library Aspose.Page for C++