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!

AutoResetEvent.Reset

[To be supplied.]

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

See Also

AutoResetEvent Class | AutoResetEvent Members | System.Threading Namespace