Click or drag to resize
PropsCreateTActor Method (SupervisorStrategy)
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>(
	SupervisorStrategy supervisorStrategy
)
where TActor : new(), ActorBase

Parameters

supervisorStrategy
Type: Akka.ActorSupervisorStrategy

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

Type Parameters

TActor
The type of the t actor.

Return Value

Type: Props
Props.
See Also