System::Net::Sockets::Socket::EndReceive method
Inhalt
[
Ausblenden
]Socket::EndReceive(System::SharedPtr<IAsyncResult>) method
Wartet, bis der angegebene asynchrone Empfangsvorgang abgeschlossen ist.
int32_t System::Net::Sockets::Socket::EndReceive(System::SharedPtr<IAsyncResult> asyncResult)
| Parameter | Typ | Beschreibung |
|---|---|---|
| asyncResult | System::SharedPtr<IAsyncResult> | Ein IAsyncResult Objekt, das eine asynchrone Empfangsoperation darstellt. |
ReturnValue
Die Anzahl der empfangenen Bytes.
Siehe auch
- Typedef SharedPtr
- Class IAsyncResult
- Class Socket
- Namespace System::Net::Sockets
- Library Aspose.Font for C++
Socket::EndReceive(System::SharedPtr<IAsyncResult>, SocketError&) method
Wartet, bis der angegebene asynchrone Empfangsvorgang abgeschlossen ist.
int32_t System::Net::Sockets::Socket::EndReceive(System::SharedPtr<IAsyncResult> asyncResult, SocketError &errorCode)
| Parameter | Typ | Beschreibung |
|---|---|---|
| asyncResult | System::SharedPtr<IAsyncResult> | Ein IAsyncResult Objekt, das eine asynchrone Empfangsoperation darstellt. |
| errorCode | SocketError& | Der Ausgabeparameter, dem der Fehlercode zugewiesen wird, wenn der Empfangsvorgang fehlschlägt. |
ReturnValue
Die Anzahl der empfangenen Bytes.
Siehe auch
- Typedef SharedPtr
- Class IAsyncResult
- Enum SocketError
- Class Socket
- Namespace System::Net::Sockets
- Library Aspose.Font for C++