Click or drag to resize
Akka.NETPropsCreateByTProducer Method
Creates an actor using a specified actor producer.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static Props CreateBy<TProducer>(
	params Object[] args
)
where TProducer : class, IIndirectActorProducer

Parameters

args
Type: SystemObject
The arguments needed to create the actor.

Type Parameters

TProducer
The type of producer used to create the actor.

Return Value

Type: Props
The newly created Props.
See Also