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 Reference

public class AutoResetEvent : WaitHandle
{
   public AutoResetEvent(boolean initialState);
   public boolean Set();
}

AutoResetEvent

Initializes a new AutoResetEvent. InitialState specifies the initial state of the event object. If TRUE, the initial state is signaled; otherwise, it is nonsignaled.

Set

The Set method sets the state of the specified event object to signaled.