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