Click or drag to resize
Supervise Constructor
Initializes a new instance of the Supervise class.

Namespace: Akka.Dispatch.SysMsg
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public Supervise(
	ActorRef child,
	bool async
)

Parameters

child
Type: Akka.ActorActorRef
The child.
async
Type: SystemBoolean
if set to true [asynchronous].
See Also