Click or drag to resize
Akka.NETLoggingBusPublish Method (Object, IActorRef)
Publishes the specified event directly to the specified subscriber.

Namespace:  Akka.Event
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected override void Publish(
	Object event,
	IActorRef subscriber
)

Parameters

event
Type: SystemObject
The event that is being published.
subscriber
Type: Akka.ActorIActorRef
The subscriber that receives the event.
See Also