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.129 (1.2.3.129)
Syntax
public Task TerminationTask { get; }

Property Value

Type: Task

Implements

IActorRefProviderTerminationTask
See Also