Akka.NET Documentation
Akka.NET Documentation
API Reference
Akka.Actor
IActorRefProvider Interface
IActorRefProvider Properties
DeadLetters Property
DefaultAddress Property
Deployer Property
Guardian Property
RootGuardian Property
RootPath Property
Settings Property
SystemGuardian Property
TempContainer Property
TerminationTask Property
IActorRefProvider
TerminationTask Property
This Future is completed upon termination of this
IActorRefProvider
, which is usually initiated by stopping the guardian via
Stop(IActorRef)
.
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
C#
F#
Copy
Task
TerminationTask
{
get
; }
abstract
TerminationTask
:
Task
with
get
Property Value
Type:
Task
See Also
Reference
IActorRefProvider Interface
Akka.Actor Namespace
Akka.NET Home
|
Learn Akka.NET