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