Initializes a new instance of the
Supervise class.
Namespace: Akka.Dispatch.SysMsgAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic Supervise(
ActorRef child,
bool async
)
Public Sub New (
child As ActorRef,
async As Boolean
)
public:
Supervise(
ActorRef^ child,
bool async
)
new :
child : ActorRef *
async : bool -> Supervise
Parameters
- child
- Type: Akka.ActorActorRef
The child. - async
- Type: SystemBoolean
if set to true [asynchronous].
See Also