Click or drag to resize

EventCoordinator Class

Use this to coordinate an event that has multiple participants. To use it, have each participant increment the coordinator during their initialization and have each participant signal the coordinator when they are ready. An application that is pending coordination should call the WaitAll() method to wait for all participants.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.compatEventCoordinator

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public class EventCoordinator

The EventCoordinator type exposes the following members.

Constructors
  NameDescription
Public methodEventCoordinator
Initializes a new instance of the EventCoordinator class
Top
Methods
  NameDescription
Public methodIncrement
Increments the counter.
Public methodSignal
Signals this instance.
Public methodWaitAll
Waits all.
Top
See Also