System::Net::Dns::EndGetHostByName 메서드
Dns::EndGetHostByName method
지정된 비동기 작업이 새로운 IPHostEntry-class 인스턴스를 생성할 때까지 대기합니다.
static System::SharedPtr<IPHostEntry> System::Net::Dns::EndGetHostByName(System::SharedPtr<IAsyncResult> asyncResult)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| asyncResult | System::SharedPtr<IAsyncResult> | 비동기 작업을 나타내는 IAsyncResult 객체입니다. |
ReturnValue
새로 생성된 IPHostEntry 클래스 인스턴스입니다.
또 보기
- Typedef SharedPtr
- Class IPHostEntry
- Class IAsyncResult
- Class Dns
- Namespace System::Net
- Library Aspose.Page for C++