|  | LocalActorRefNewActorCell Method | 
 
            TBD
            
 
    Namespace: 
   Akka.Actor
    Assembly:
   Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
 Syntax
Syntaxprotected virtual ActorCell NewActorCell(
	ActorSystemImpl system,
	IInternalActorRef self,
	Props props,
	MessageDispatcher dispatcher,
	IInternalActorRef supervisor
)
abstract NewActorCell : 
        system : ActorSystemImpl * 
        self : IInternalActorRef * 
        props : Props * 
        dispatcher : MessageDispatcher * 
        supervisor : IInternalActorRef -> ActorCell 
override NewActorCell : 
        system : ActorSystemImpl * 
        self : IInternalActorRef * 
        props : Props * 
        dispatcher : MessageDispatcher * 
        supervisor : IInternalActorRef -> ActorCell Parameters
- system
- Type: Akka.Actor.InternalActorSystemImpl
 TBD
- self
- Type: Akka.ActorIInternalActorRef
 TBD
- props
- Type: Akka.ActorProps
 TBD
- dispatcher
- Type: Akka.DispatchMessageDispatcher
 TBD
- supervisor
- Type: Akka.ActorIInternalActorRef
 TBD
Return Value
Type: 
ActorCellTBD
 See Also
See Also