Click or drag to resize
Akka.NETIActorRefProviderTerminationTask 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.42 (1.2.3.42)
Syntax
Task TerminationTask { get; }

Property Value

Type: Task
See Also