Click or drag to resize
PropsCreateTActor Method (Object)
Creates this instance.

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public static Props Create<TActor>(
	params Object[] args
)
where TActor : ActorBase

Parameters

args
Type: SystemObject

[Missing <param name="args"/> documentation for "M:Akka.Actor.Props.Create``1(System.Object[])"]

Type Parameters

TActor
The type of the t actor.

Return Value

Type: Props
Props.
See Also