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

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

Parameters

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