Class StopChild
INTERNAL
Inherited Members
Namespace: Akka.Dispatch.SysMsg
Assembly: Akka.dll
Syntax
public sealed class StopChild
Constructors
| Improve this Doc View SourceStopChild(IActorRef)
Initializes a new instance of the StopChild class.
Declaration
public StopChild(IActorRef child)
Parameters
Type | Name | Description |
---|---|---|
IActorRef | child | The child. |
Properties
| Improve this Doc View SourceChild
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 |