| TestActorRefBaseTActor Constructor |
TBD
Namespace:
Akka.TestKit
Assembly:
Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax protected TestActorRefBase(
ActorSystem system,
Props actorProps,
IActorRef supervisor = null,
string name = null
)
new :
system : ActorSystem *
actorProps : Props *
?supervisor : IActorRef *
?name : string
(* Defaults:
let _supervisor = defaultArg supervisor null
let _name = defaultArg name null
*)
-> TestActorRefBase
Parameters
- system
- Type: Akka.ActorActorSystem
TBD - actorProps
- Type: Akka.ActorProps
TBD - supervisor (Optional)
- Type: Akka.ActorIActorRef
TBD - name (Optional)
- Type: SystemString
TBD
See Also