| Supervise Constructor |
Initializes a new instance of the
Supervise class.
Namespace:
Akka.Dispatch.SysMsg
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public Supervise(
IActorRef child,
bool async
)
new :
child : IActorRef *
async : bool -> Supervise
Parameters
- child
- Type: Akka.ActorIActorRef
The child. - async
- Type: SystemBoolean
if set to true [asynchronous].
See Also