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 클래스 인스턴스입니다.
또 보기
- Typedef ArrayPtr
- Typedef SharedPtr
- Class IPAddress
- Class IAsyncResult
- Class Dns
- Namespace System::Net
- Library Aspose.Page for C++