ActorSystem..::..ActorOf<(Of <(<'TActor>)>)> Method (String)
Actors the of.
Namespace:
Akka.ActorAssembly: Akka (in Akka.dll)
Syntax
public InternalActorRef ActorOf<TActor>( string name ) where TActor : ActorBase
Public Function ActorOf(Of TActor As ActorBase) ( _ name As String _ ) As InternalActorRef
public: generic<typename TActor> where TActor : ActorBase InternalActorRef^ ActorOf( String^ name )
Type Parameters
- TActor
- The type of the t actor.
Parameters
- name
- Type: String
The name.