Click or drag to resize
EventManagerProcessEvents Method
Passes all queued events on to interested listeners and clears the event queue.

Namespace: Slash.ECS.Events
Assembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntax
public int ProcessEvents()

Return Value

Type: Int32
Number of processed events.
See Also