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!

ManualResetEvent.Set

Sets the state of the specified event object to signaled.

[Visual Basic]
Public Function Set() As Boolean
[C#]
public bool Set();
[C++]
public: bool Set();
[JScript]
public function Set() : Boolean;

Return Value

True if the function succeeds; otherwise, False.

Remarks

To be supplied

See Also

ManualResetEvent Class | ManualResetEvent Members | System.Threading Namespace