C# Class Akka.Dispatch.SysMsg.Supervise

Class Supervise.
Inheritance: Akka.Dispatch.SysMsg.SystemMessage
Mostra file Open project: rogeralsing/akka.net Class Usage Examples

Public Methods

Method Description
Supervise ( IActorRef child, bool async ) : System

Initializes a new instance of the Supervise class.

ToString ( ) : string

Method Details

Supervise() public method

Initializes a new instance of the Supervise class.
public Supervise ( IActorRef child, bool async ) : System
child IActorRef The child.
async bool if set to true [asynchronous].
return System

ToString() public method

public ToString ( ) : string
return string