MessageDispatcherSystemDispatch Method |
[Missing <summary> documentation for "M:Akka.Dispatch.MessageDispatcher.SystemDispatch(Akka.Actor.ActorCell,Akka.Actor.Envelope)"]
Namespace: Akka.DispatchAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic virtual void SystemDispatch(
ActorCell cell,
Envelope envelope
)
Public Overridable Sub SystemDispatch (
cell As ActorCell,
envelope As Envelope
)
public:
virtual void SystemDispatch(
ActorCell^ cell,
Envelope envelope
)
abstract SystemDispatch :
cell : ActorCell *
envelope : Envelope -> unit
override SystemDispatch :
cell : ActorCell *
envelope : Envelope -> unit
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