Enum EventRouting
How an event finds the sessions that should hear it.
public enum EventRouting
Fields
Broadcast = 4Every session.
Near = 1Sessions whose interest contains a point the event carries.
None = 0Nothing declared yet; the event reaches nobody.
ToKnown = 2Sessions that already know any of the entities the event names.
ToOwner = 3The session controlling the entity the event names.