ActorCell Constructor
Namespace:
Akka.Actor
Assembly: Akka (in Akka.dll)
Assembly: Akka (in Akka.dll)
Syntax
public ActorCell( ActorSystem system, InternalActorRef self, Props props, MessageDispatcher dispatcher, InternalActorRef parent )
Public Sub New ( _ system As ActorSystem, _ self As InternalActorRef, _ props As Props, _ dispatcher As MessageDispatcher, _ parent As InternalActorRef _ )
public: ActorCell( ActorSystem^ system, InternalActorRef^ self, Props^ props, MessageDispatcher^ dispatcher, InternalActorRef^ parent )
Parameters
- system
- Type: Akka.Actor..::..ActorSystem
- self
- Type: Akka.Actor..::..InternalActorRef
- props
- Type: Akka.Actor..::..Props
- dispatcher
- Type: Akka.Dispatch..::..MessageDispatcher
- parent
- Type: Akka.Actor..::..InternalActorRef