Initializes a new instance of the Overlapped class.
Initializes a new, empty instance of the Overlapped class.
[Visual Basic] Overloads Public Sub New()
[C#] public Overlapped();
[C++] public: Overlapped();
[JScript] public function Overlapped();
Initializes a new instance of the Overlapped class from the constructor parameters.
[Visual Basic] Overloads Public Sub New(Integer, Integer, Integer, IAsyncResult)
[C#] public Overlapped(int, int, int, IAsyncResult);
[C++] public: Overlapped(int, int, int, IAsyncResult);
[JScript] public function Overlapped(int, int, int, IAsyncResult);
Overlapped Class | Overlapped Members | System.Threading Namespace