RTEventWaitHandleOpenExisting Method |
Opens an existing named synchronization event.
Namespace:
IntervalZero.RTX64.RTAPI.ThreadingAssembly: IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Parameters
- name
- Type: SystemString
The name of a system event.
Return Value
Type: RTEventWaitHandleA EventWaitHandle object that represents the named system event.

Exception | Condition |
---|---|
ArgumentException | name is a zero-length string. -or- name is longer than 260 characters. |
ArgumentNullException | name is a null reference (Nothing in Visual Basic). |
WaitHandleCannotBeOpenedException | The named system event does not exist. |
