| MessageDispatcherDispatch Method |
Dispatches a user-defined message from a mailbox to an
ActorCell
Namespace:
Akka.Dispatch
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public virtual void Dispatch(
ActorCell cell,
Envelope envelope
)
abstract Dispatch :
cell : ActorCell *
envelope : Envelope -> unit
override Dispatch :
cell : ActorCell *
envelope : Envelope -> unit
Parameters
- cell
- Type: Akka.ActorActorCell
TBD - envelope
- Type: Akka.ActorEnvelope
TBD
See Also