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

Sets the state of the specified event object to nonsignaled.

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

Return Value

True if the function succeeds; otherwise, False.

Remarks

To be supplied

See Also

ManualResetEvent Class | ManualResetEvent Members | System.Threading Namespace