|  | Supervise 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
Syntaxpublic Supervise(
	IActorRef child,
	bool async
)
new : 
        child : IActorRef * 
        async : bool -> SuperviseParameters
- child
- Type: Akka.ActorIActorRef
 The child.
- async
- Type: SystemBoolean
 if set to true [asynchronous].
 See Also
See Also