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)
| Parametre | Tür | Açıklama |
|---|---|---|
| asyncResult | System::SharedPtr<IAsyncResult> | Asenkron bir gönderme işlemini temsil eden bir IAsyncResult nesnesi. |
ReturnValue
Gönderilen bayt sayısı.
Ayrıca Bakınız
- Typedef SharedPtr
- Class IAsyncResult
- Class Socket
- Namespace System::Net::Sockets
- Library Aspose.Font 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)
| Parametre | Tür | Açıklama |
|---|---|---|
| asyncResult | System::SharedPtr<IAsyncResult> | Asenkron bir gönderme işlemini temsil eden bir IAsyncResult nesnesi. |
| errorCode | SocketError& | Gönderme 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.Font for C++