Opens an existing named synchronization event.
Namespace: RTX.ThreadingAssembly: IntervalZero.RTX (in IntervalZero.RTX.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
Parameters
- name
- Type:
System String
The name of a system event.
Return Value
Type: RTEventWaitHandleA

Exceptions
Exception | Condition |
---|---|
![]() | name is a zero-length string. -or- name is longer than 260 characters. |
![]() | name is a null reference (Nothing in Visual Basic). |
![]() | The named system event does not exist. |
See Also