System::Net::Sockets::Socket::EndSend method
محتويات
[
يخفي
]Socket::EndSend(System::SharedPtr<IAsyncResult>) method
ينتظر حتى تكتمل عملية الإرسال غير المتزامنة المحددة.
int32_t System::Net::Sockets::Socket::EndSend(System::SharedPtr<IAsyncResult> asyncResult)
| معامل | نوع | الوصف |
|---|---|---|
| asyncResult | System::SharedPtr<IAsyncResult> | كائن IAsyncResult يمثل عملية إرسال غير متزامنة. |
ReturnValue
عدد البايتات المرسلة.
انظر أيضًا
- Typedef SharedPtr
- Class IAsyncResult
- Class Socket
- Namespace System::Net::Sockets
- Library Aspose.Font for C++
Socket::EndSend(System::SharedPtr<IAsyncResult>, SocketError&) method
ينتظر حتى تكتمل عملية الإرسال غير المتزامنة المحددة.
int32_t System::Net::Sockets::Socket::EndSend(System::SharedPtr<IAsyncResult> asyncResult, SocketError &errorCode)
| معامل | نوع | الوصف |
|---|---|---|
| asyncResult | System::SharedPtr<IAsyncResult> | كائن IAsyncResult يمثل عملية إرسال غير متزامنة. |
| errorCode | SocketError& | معامل الإخراج الذي سيتم تعيين رمز الخطأ فيه عندما تفشل عملية الإرسال. |
ReturnValue
عدد البايتات المرسلة.
انظر أيضًا
- Typedef SharedPtr
- Class IAsyncResult
- Enum SocketError
- Class Socket
- Namespace System::Net::Sockets
- Library Aspose.Font for C++