NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Overlapped Constructor

Initializes a new instance of the Overlapped class.

Overload List

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);

See Also

Overlapped Class | Overlapped Members | System.Threading Namespace