System::Net::Sockets::Socket::EndSend metodu
İçindekiler
[
Saklamak
]Socket::EndSend(System::SharedPtr<IAsyncResult>) method
Belirtilen asenkron gönderme işlemi tamamlanana kadar bekler.
int32_t System::Net::Sockets::Socket::EndSend(System::SharedPtr<IAsyncResult> asyncResult)
| Parameter | Type | Açıklama |
|---|---|---|
| asyncResult | System::SharedPtr<IAsyncResult> | Bir IAsyncResult nesnesi, eşzamanlı bir gönderim işlemini temsil eder. |
ReturnValue
Gönderilen bayt sayısı.
Ayrıca Bakınız
- Typedef SharedPtr
- Class IAsyncResult
- Class Socket
- Namespace System::Net::Sockets
- Library Aspose.Page for C++
Socket::EndSend(System::SharedPtr<IAsyncResult>, SocketError&) method
Belirtilen asenkron gönderme işlemi tamamlanana kadar bekler.
int32_t System::Net::Sockets::Socket::EndSend(System::SharedPtr<IAsyncResult> asyncResult, SocketError &errorCode)
| Parameter | Type | Açıklama |
|---|---|---|
| asyncResult | System::SharedPtr<IAsyncResult> | Bir IAsyncResult nesnesi, eşzamanlı bir gönderim işlemini temsil eder. |
| errorCode | SocketError& | Gönderim işlemi başarısız olduğunda hata kodunun atanacağı çıktı parametresi. |
ReturnValue
Gönderilen 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++