Class EventKey
Creates a new EventKey used to broadcast events.
public sealed class EventKey : EventKeyBase<bool>, IDisposable- Inheritance
- 
      objectEventKey
- Implements
- Inherited Members
- Extension Methods
Constructors
EventKey(string, string)
public EventKey(string category = "General", string eventName = "Event")Parameters
Methods
Broadcast()
Broadcasts the event to all the receivers
public void Broadcast()