|
System.Threading.EventWaitHandle scReady = new System.Threading.EventWaitHandle( false , System.Threading.EventResetMode.AutoReset); System.Threading.Thread bgThread = null
|
|
System.Threading.EventWaitHandle scReady = new System.Threading.EventWaitHandle( false , System.Threading.EventResetMode.AutoReset); System.Threading.Thread bgThread = null
|
|
You create an automatic reset event by specifying System.Threading.EventResetMode.AutoReset when you create the EventWaitHandle object. As its name implies, this synchronization ...
|
|
Mono Class Library : System.Threading Namespace System.Threading.EventResetMode Enumeration: Note: This namespace, class, or member is supported only in version .NET 2 ...
|
|
Public Sub New(ByVal initialState As Boolean, ByVal mode As System.Threading.EventResetMode) Me.New(initialState, mode, Nothing)
|