| InternalTestActorRefCreate Method |
INTERNAL
Remarks Note! Part of internal API. Breaking changes may occur without notice. Use at own risk.
Namespace:
Akka.TestKit.Internal
Assembly:
Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public static InternalTestActorRef Create(
ActorSystem system,
Props props,
IActorRef supervisor = null,
string name = null
)
static member Create :
system : ActorSystem *
props : Props *
?supervisor : IActorRef *
?name : string
(* Defaults:
let _supervisor = defaultArg supervisor null
let _name = defaultArg name null
*)
-> InternalTestActorRef
Parameters
- system
- Type: Akka.ActorActorSystem
TBD - props
- Type: Akka.ActorProps
TBD - supervisor (Optional)
- Type: Akka.ActorIActorRef
TBD - name (Optional)
- Type: SystemString
TBD
Return Value
Type:
InternalTestActorRefTBD
Exceptions See Also