Click or drag to resize
Akka.NETRemoteActorRefProviderTerminationTask Property
This Future is completed upon termination of this IActorRefProvider, which is usually initiated by stopping the guardian via Stop(IActorRef).

Namespace:  Akka.Remote
Assembly:  Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public Task TerminationTask { get; }

Property Value

Type: Task

Implements

IActorRefProviderTerminationTask
See Also