Class BackoffSupervisor.CurrentChild
Send this message to the BackoffSupervisor and it will reply with BackoffSupervisor.CurrentChild containing the ActorRef of the current child, if any.
Inherited Members
Namespace: Akka.Pattern
Assembly: Akka.dll
Syntax
[Serializable]
public sealed class BackoffSupervisor.CurrentChild
Constructors
| Edit this page View SourceCurrentChild(IActorRef)
TBD
Declaration
public CurrentChild(IActorRef @ref)
Parameters
| Type | Name | Description |
|---|---|---|
| IActorRef | ref | TBD |
Properties
| Edit this page View SourceRef
Declaration
public IActorRef Ref { get; }
Property Value
| Type | Description |
|---|---|
| IActorRef |
Edit this page