System::Net::Sockets::Socket::EndReceive metodu
İçindekiler
[
Saklamak
]Socket::EndReceive(System::SharedPtr<IAsyncResult>) method
Belirtilen asenkron alma işlemi tamamlanana kadar bekler.
int32_t System::Net::Sockets::Socket::EndReceive(System::SharedPtr<IAsyncResult> asyncResult)
| Parameter | Type | Açıklama |
|---|---|---|
| asyncResult | System::SharedPtr<IAsyncResult> | Asenkron bir alma işlemini temsil eden bir IAsyncResult nesnesi. |
ReturnValue
Alınan bayt sayısı.
Ayrıca Bakınız
- Typedef SharedPtr
- Class IAsyncResult
- Class Socket
- Namespace System::Net::Sockets
- Library Aspose.Page for C++
Socket::EndReceive(System::SharedPtr<IAsyncResult>, SocketError&) method
Belirtilen asenkron alma işlemi tamamlanana kadar bekler.
int32_t System::Net::Sockets::Socket::EndReceive(System::SharedPtr<IAsyncResult> asyncResult, SocketError &errorCode)
| Parameter | Type | Açıklama |
|---|---|---|
| asyncResult | System::SharedPtr<IAsyncResult> | Asenkron bir alma işlemini temsil eden bir IAsyncResult nesnesi. |
| errorCode | SocketError& | Alma işlemi başarısız olduğunda hata kodunun atanacağı çıkış parametresi. |
ReturnValue
Alınan bayt sayısı.
Ayrıca Bakınız
- Typedef SharedPtr
- Class IAsyncResult
- Enum SocketError
- Class Socket
- Namespace System::Net::Sockets
- Library Aspose.Page for C++