Supervise Constructor

Initializes a new instance of the Supervise class.

Namespace:  Akka.Dispatch.SysMsg
Assembly:  Akka (in Akka.dll)

Syntax


public Supervise(
	ActorRef child,
	bool async
)
Public Sub New ( _
	child As ActorRef, _
	async As Boolean _
)
public:
Supervise(
	ActorRef^ child, 
	bool^ async
)

Parameters

child
Type: Akka.Actor..::..ActorRef
The child.
async
Type: Boolean
if set to true [asynchronous].