Click or drag to resize
PropsCreateByTProducer Method
Creates an actor by an actor producer

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

Parameters

args
Type: SystemObject
The arguments

Type Parameters

TProducer
The type of the actor producer

Return Value

Type: Props
Props
See Also