8 [__DynamicallyInvokable]
9 [HostProtection(
SecurityAction.LinkDemand, Synchronization =
true, ExternalThreading =
true)]
15 [__DynamicallyInvokable]
SecurityAction
Specifies the security actions that can be performed using declarative security.
Notifies one or more waiting threads that an event has occurred. This class cannot be inherited.
Represents a thread synchronization event.
ManualResetEvent(bool initialState)
Initializes a new instance of the T:System.Threading.ManualResetEvent class with a Boolean value indi...
EventResetMode
Indicates whether an T:System.Threading.EventWaitHandle is reset automatically or manually after rece...
When signaled, the T:System.Threading.EventWaitHandle releases all waiting threads and remains signal...