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.EventHandle

[To be supplied.]

[Visual Basic]
Public Property EventHandle As Integer
[C#]
public int EventHandle {get; set;}
[C++]
public: __property int get_EventHandle();
public: __property void set_EventHandle(int);
[JScript]
public function get EventHandle() : int;
public function set EventHandle(int);

See Also

Overlapped Class | Overlapped Members | System.Threading Namespace