Initializes a new instance of the Overlapped class from the constructor parameters.
[Visual Basic] Overloads Public Sub New( _ ByVal offsetLo As Integer, _ ByVal offsetHi As Integer, _ ByVal hEvent As Integer, _ ByVal ar As IAsyncResult _ ) [C#] public Overlapped( int offsetLo, int offsetHi, int hEvent, IAsyncResult ar ); [C++] public: Overlapped( int offsetLo, int offsetHi, int hEvent, IAsyncResult* ar ); [JScript] public function Overlapped( offsetLo : int, offsetHi : int, hEvent : int, ar : IAsyncResult );
Overlapped Class | Overlapped Members | System.Threading Namespace | Overlapped Constructor Overload List