Click or drag to resize
ActorRefProviderTerminationTask Property
This Future is completed upon termination of this ActorRefProvider, which is usually initiated by stopping the guardian via Stop(ActorRef).

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
Task TerminationTask { get; }

Property Value

Type: Task
See Also