System::Net::Sockets::Socket::EndSend metode
isi
[
bersembunyi
]Socket::EndSend(System::SharedPtr<IAsyncResult>) method
Menunggu hingga operasi pengiriman asinkron yang ditentukan selesai.
int32_t System::Net::Sockets::Socket::EndSend(System::SharedPtr<IAsyncResult> asyncResult)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| asyncResult | System::SharedPtr<IAsyncResult> | Sebuah objek IAsyncResult yang mewakili operasi pengiriman asynchronous. |
ReturnValue
Jumlah byte yang dikirim.
Lihat Juga
- Typedef SharedPtr
- Class IAsyncResult
- Class Socket
- Namespace System::Net::Sockets
- Library Aspose.Page for C++
Socket::EndSend(System::SharedPtr<IAsyncResult>, SocketError&) method
Menunggu hingga operasi pengiriman asinkron yang ditentukan selesai.
int32_t System::Net::Sockets::Socket::EndSend(System::SharedPtr<IAsyncResult> asyncResult, SocketError &errorCode)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| asyncResult | System::SharedPtr<IAsyncResult> | Sebuah objek IAsyncResult yang mewakili operasi pengiriman asynchronous. |
| errorCode | SocketError& | Parameter output tempat kode error akan diberikan ketika operasi pengiriman gagal. |
ReturnValue
Jumlah byte yang dikirim.
Lihat Juga
- Typedef SharedPtr
- Class IAsyncResult
- Enum SocketError
- Class Socket
- Namespace System::Net::Sockets
- Library Aspose.Page for C++