[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Implementation of the event emit service.

The following tables list the members exposed by the EmitServiceImpl type.

Public Methods

  NameDescription
AddListener
Add emitted event listener for the specified channel, or the default channel if the channel value is null. The listener will be invoked when an event is emitted on the subscribed channel. Listeners subscribed to the default channel are invoked for all emitted events regardless of what channel the event is emitted onto.

ClearListeners
Removes all listeners for emitted events.

EmitEvent
Emit an event to the specified channel. All listeners listening to the exact same channel and all listeners listening to the default channel are handed the event emitted.

Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Protected Methods

  NameDescription
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)

Public Fields

  NameDescription
static memberDEFAULT_CHANNEL
The default channel

Protected Constructors

  NameDescription
EmitServiceImplNew
Constructor.

Public Properties

  NameDescription
NumEventsEmitted
Number of events emitted.