| GracefulStopSupportGracefulStop Method (IActorRef, TimeSpan, Object) |
Namespace: Akka.Actor
public static Task<bool> GracefulStop( this IActorRef target, TimeSpan timeout, Object stopMessage )
| Exception | Condition |
|---|---|
| TaskCanceledException | This exception is thrown if the underlying task is Canceled. |