RTEventWaitHandle Members IntervalZero RTX Managed Code

The RTEventWaitHandle type exposes the following members.

Constructors

NameDescription
Public methodRTEventWaitHandle(Boolean, EventResetMode)
Initializes a newly created OnlineEventWaitHandle object, specifying whether the wait handle is initially signaled, and whether it resets automatically or manually.
Public methodRTEventWaitHandle(Boolean, EventResetMode, String)
Initializes a newly created OnlineEventWaitHandle object, specifying whether the wait handle is initially signaled, whether it resets automatically or manually, and the name of a system synchronization event.
Public methodRTEventWaitHandle(Boolean, EventResetMode, String, Boolean )
Initializes a newly created OnlineEventWaitHandle object, specifying whether the wait handle is initially signaled, whether it resets automatically or manually, the name of a system synchronization event, and a bool variable whose value after the call indicates whether the named system event was created.
Back to Top
Methods

NameDescription
Public methodClose
Releases all resources held by the current RTSafeWaitHandle.
(Inherited from RTWaitHandle.)
Public methodDispose
Releases all of the resources used by the RTWaitHandle.
(Inherited from RTWaitHandle.)
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the RTWaitHandle, and optionally releases the managed resources.
(Inherited from RTWaitHandle.)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodFinalize
Finalizes the RTWaitHandle instance.
(Inherited from RTWaitHandle.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodStatic memberOpenExisting
Opens an existing named synchronization event.
Public methodPulse
Sets the state of the event to signaled, allowing one waiting thread to proceed.
Public methodReset
Sets the state of the event to nonsignaled, causing threads to block.
Public methodSet
Sets the state of the event to signaled, allowing one or more waiting threads to proceed.
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Public methodWaitOne
When overridden in a derived class, blocks the current thread until the current OnlineWaitHandle receives a signal.
(Inherited from RTWaitHandle.)
Public methodWaitOne(Int32)
Blocks the current thread until the current System.Threading.WaitHandle receives a signal.
(Inherited from RTWaitHandle.)
Public methodWaitOne(TimeSpan)
Blocks the current thread until the current System.Threading.WaitHandle receives a signal.
(Inherited from RTWaitHandle.)
Public methodWaitOne(Int32, Boolean)
When overridden in a derived class, blocks the current thread until the current OnlineWaitHandle receives a signal, using 32-bit signed integer to measure the time interval and specifying whether to exit the synchronization domain before the wait.
(Inherited from RTWaitHandle.)
Public methodWaitOne(TimeSpan, Boolean)
Blocks the current thread until the current System.Threading.WaitHandle receives a signal.
(Inherited from RTWaitHandle.)
Back to Top
Properties

NameDescription
Public propertySafeWaitHandle
Gets or sets the native operating system handle.
(Inherited from RTWaitHandle.)
Back to Top
See Also