The C++ framework for developing highly scalable, high performance servers on Windows platforms.

IAsyncWorkItem Class Reference

Inheritance diagram for IAsyncWorkItem:
Collaboration diagram for IAsyncWorkItem:

List of all members.

Public Member Functions

DWORD GetOverlappedResult (HANDLE handle)
 Calls GetOverlappedResult() on this OVERLAPPED for the supplied HANDLE and returns the number of bytes transferred. Throws an exception on failure.
DWORD GetOverlappedResult (SOCKET socket)
 Calls GetOverlappedResult() on this OVERLAPPED for the supplied SOCKET and returns the number of bytes transferred. Throws an exception on failure.


Member Function Documentation

DWORD GetOverlappedResult ( HANDLE  handle  )  [inherited]

Calls GetOverlappedResult() on this OVERLAPPED for the supplied HANDLE and returns the number of bytes transferred. Throws an exception on failure.

DWORD GetOverlappedResult ( SOCKET  socket  )  [inherited]

Calls GetOverlappedResult() on this OVERLAPPED for the supplied SOCKET and returns the number of bytes transferred. Throws an exception on failure.


Generated on Sun Sep 12 19:08:55 2021 for The Server Framework - v7.4 by doxygen 1.5.3