Props..::..Create<(Of <(<'TActor>)>)> Method

Creates this instance.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll)

Syntax


public static Props Create<TActor>()
where TActor : ActorBase, ActorBase, ActorBase
Public Shared Function Create(Of TActor As {ActorBase, ActorBase, ActorBase}) As Props
public:
generic<typename TActor>
where TActor : ActorBase, ActorBase, ActorBase
static Props^ Create()

Type Parameters

TActor
The type of the t actor.

Return Value

Props.