|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |
These parameters are common to all event creation calls. Additional parameters are specific to each type of event.
Table 15 Event Classes A timer interval has elapsed. An additional creation parameter specifies the interval. See also, Timer Event Semantics.The Rendezvous .NET API does not support this kind of event. An I/O socket is ready. Additional creation parameters specify the socket, and the I/O condition. See also, I/O Event Semantics.The Rendezvous Java and .NET APIs do not support this kind of event.
Programmers may use signal() calls, if the operating system supports them. Use caution and test extensively, as the semantics of signal() in a multi-threaded environment can vary.
|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |