Class Supervise
Class Supervise.
Inherited Members
Namespace: Akka.Dispatch.SysMsg
Assembly: Akka.dll
Syntax
public sealed class Supervise : SystemMessage, ISystemMessage, INoSerializationVerificationNeeded
Constructors
| Improve this Doc View SourceSupervise(IActorRef, Boolean)
Initializes a new instance of the Supervise class.
Declaration
public Supervise(IActorRef child, bool async)
Parameters
Type | Name | Description |
---|---|---|
IActorRef | child | The child. |
Boolean | async | if set to |
Properties
| Improve this Doc View SourceAsync
Gets a value indicating whether this Supervise is asynchronous.
Declaration
public bool Async { get; }
Property Value
Type | Description |
---|---|
Boolean |
|
Child
Gets the child.
Declaration
public IActorRef Child { get; }
Property Value
Type | Description |
---|---|
IActorRef | The child. |
Methods
| Improve this Doc View SourceToString()
TBD
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | TBD |