|  | InternalTestActorRefCreate Method | 
 
            INTERNAL
            
 Remarks
RemarksNote! 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.129 (1.2.3.129)
 Syntax
Syntaxpublic 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
Exceptions See Also
See Also