Click or drag to resize
MessageDispatcherSystemDispatch Method

[Missing <summary> documentation for "M:Akka.Dispatch.MessageDispatcher.SystemDispatch(Akka.Actor.ActorCell,Akka.Actor.Envelope)"]

Namespace: Akka.Dispatch
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public virtual void SystemDispatch(
	ActorCell cell,
	Envelope envelope
)

Parameters

cell
Type: Akka.ActorActorCell

[Missing <param name="cell"/> documentation for "M:Akka.Dispatch.MessageDispatcher.SystemDispatch(Akka.Actor.ActorCell,Akka.Actor.Envelope)"]

envelope
Type: Akka.ActorEnvelope

[Missing <param name="envelope"/> documentation for "M:Akka.Dispatch.MessageDispatcher.SystemDispatch(Akka.Actor.ActorCell,Akka.Actor.Envelope)"]

See Also