Click or drag to resize
Akka.NETEventBusTEvent, TClassifier, TSubscriberPublish Method (TEvent)
Publishes the specified event to the bus.

Namespace:  Akka.Event
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public virtual void Publish(
	TEvent event
)

Parameters

event
Type: TEvent
The event that is being published.
See Also