Click or drag to resize
PropsCreate Method (Type, Object)
Creates the specified type.

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public static Props Create(
	Type type,
	params Object[] args
)

Parameters

type
Type: SystemType
The type.
args
Type: SystemObject

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

Return Value

Type: Props
Props.
See Also