TestActorRef<(Of <(<'T>)>)>..::..Create Method
Namespace:
Akka.TestKit
Assembly: Akka.TestKit (in Akka.TestKit.dll)
Assembly: Akka.TestKit (in Akka.TestKit.dll)
Syntax
public static TestActorRef<T> Create( ActorSystem system, Props props, ActorRef supervisor, string name )
Public Shared Function Create ( _ system As ActorSystem, _ props As Props, _ supervisor As ActorRef, _ name As String _ ) As TestActorRef(Of T)
public: static TestActorRef<T>^ Create( ActorSystem^ system, Props^ props, ActorRef^ supervisor, String^ name )
Parameters
- system
- Type: Akka.Actor..::..ActorSystem
- props
- Type: Akka.Actor..::..Props
- supervisor
- Type: Akka.Actor..::..ActorRef
- name
- Type: String