| LocalActorRefNewActorCell Method |
TBD
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax protected 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