Click or drag to resize
TaskDispatcherDispatch Method

[Missing <summary> documentation for "M:Akka.Dispatch.TaskDispatcher.Dispatch(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 override void Dispatch(
	ActorCell cell,
	Envelope envelope
)

Parameters

cell
Type: Akka.ActorActorCell

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

envelope
Type: Akka.ActorEnvelope

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

See Also