示例#1
0
 /// <summary>
 /// TBD
 /// </summary>
 /// <param name="system">TBD</param>
 /// <param name="actorProps">TBD</param>
 /// <param name="supervisor">TBD</param>
 /// <param name="name">TBD</param>
 protected TestActorRefBase(ActorSystem system, Props actorProps, IActorRef supervisor = null, string name = null)
 {
     _internalRef = InternalTestActorRef.Create(system, actorProps, supervisor, name);
 }