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)
| Parametre | Tür | Açıklama |
|---|---|---|
| asyncResult | System::SharedPtr<IAsyncResult> | IAsyncResult nesnesi, bir eşzamanlı alma işlemini temsil eder. |
ReturnValue
Alınan bayt sayısı.
Ayrıca Bakınız
- Typedef SharedPtr
- Class IAsyncResult
- Class Socket
- Namespace System::Net::Sockets
- Library Aspose.Font 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)
| Parametre | Tür | Açıklama |
|---|---|---|
| asyncResult | System::SharedPtr<IAsyncResult> | IAsyncResult nesnesi, bir eşzamanlı alma işlemini temsil eder. |
| 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.Font for C++