UnstartedCell Constructor
Namespace:
Akka.Actor
Assembly: Akka (in Akka.dll)
Assembly: Akka (in Akka.dll)
Syntax
public UnstartedCell( ActorSystem system, RepointableActorRef self, Props props, InternalActorRef supervisor )
Public Sub New ( _ system As ActorSystem, _ self As RepointableActorRef, _ props As Props, _ supervisor As InternalActorRef _ )
public: UnstartedCell( ActorSystem^ system, RepointableActorRef^ self, Props^ props, InternalActorRef^ supervisor )
Parameters
- system
- Type: Akka.Actor..::..ActorSystem
- self
- Type: Akka.Actor..::..RepointableActorRef
- props
- Type: Akka.Actor..::..Props
- supervisor
- Type: Akka.Actor..::..InternalActorRef