System::Net::Sockets::Socket::EndSend metod
Socket::EndSend(System::SharedPtr<IAsyncResult>) method
Väntar tills den angivna asynkrona sändningsoperationen är klar.
int32_t System::Net::Sockets::Socket::EndSend(System::SharedPtr<IAsyncResult> asyncResult)
| Parameter | Typ | Beskrivning |
|---|---|---|
| asyncResult | System::SharedPtr<IAsyncResult> | Ett IAsyncResult‑objekt som representerar en asynkron sändningsoperation. |
ReturnValue
Antalet skickade byte.
Se även
- Typedef SharedPtr
- Class IAsyncResult
- Class Socket
- Namespace System::Net::Sockets
- Library Aspose.PDF for C++
Socket::EndSend(System::SharedPtr<IAsyncResult>, SocketError&) method
Väntar tills den angivna asynkrona sändningsoperationen är klar.
int32_t System::Net::Sockets::Socket::EndSend(System::SharedPtr<IAsyncResult> asyncResult, SocketError &errorCode)
| Parameter | Typ | Beskrivning |
|---|---|---|
| asyncResult | System::SharedPtr<IAsyncResult> | Ett IAsyncResult‑objekt som representerar en asynkron sändningsoperation. |
| errorCode | SocketError& | Utdata‑parametern där felkoden tilldelas när sändningsoperationen misslyckas. |
ReturnValue
Antalet skickade byte.
Se även
- Typedef SharedPtr
- Class IAsyncResult
- Enum SocketError
- Class Socket
- Namespace System::Net::Sockets
- Library Aspose.PDF for C++