Click or drag to resize
Props Constructor (Type, SupervisorStrategy, IEnumerableObject)
Initializes a new instance of the Props class.

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public Props(
	Type type,
	SupervisorStrategy supervisorStrategy,
	IEnumerable<Object> args
)

Parameters

type
Type: SystemType
The type.
supervisorStrategy
Type: Akka.ActorSupervisorStrategy
The supervisor strategy.
args
Type: System.Collections.GenericIEnumerableObject
The arguments.
See Also