System::Net::Sockets::Socket::EndSend metode

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)
ParameterTipeDeskripsi
asyncResultSystem::SharedPtr<IAsyncResult>Sebuah objek IAsyncResult yang mewakili operasi pengiriman asynchronous.

ReturnValue

Jumlah byte yang dikirim.

Lihat Juga

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)
ParameterTipeDeskripsi
asyncResultSystem::SharedPtr<IAsyncResult>Sebuah objek IAsyncResult yang mewakili operasi pengiriman asynchronous.
errorCodeSocketError&Parameter output tempat kode error akan diberikan ketika operasi pengiriman gagal.

ReturnValue

Jumlah byte yang dikirim.

Lihat Juga