 | InternalTestActorRef.NewActorCell Method |
TBD
Namespace:
Akka.TestKit.Internal
Assembly:
Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.129 (1.2.3.129)
Syntaxprotected override 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.Internal.ActorSystemImpl
TBD - self
- Type: Akka.Actor.IInternalActorRef
TBD - props
- Type: Akka.Actor.Props
TBD - dispatcher
- Type: Akka.Dispatch.MessageDispatcher
TBD - supervisor
- Type: Akka.Actor.IInternalActorRef
TBD
Return Value
Type:
ActorCellTBD
See Also