Partager via


KeyValueStoreReplica.OnCloseAsync(CancellationToken) Méthode

Définition

Appelé lorsque ce service réplica est en cours d’arrêt et doit se fermer.

protected virtual System.Threading.Tasks.Task OnCloseAsync (System.Threading.CancellationToken cancellationToken);
abstract member OnCloseAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.OnCloseAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Protected Overridable Function OnCloseAsync (cancellationToken As CancellationToken) As Task

Paramètres

cancellationToken
CancellationToken

Objet CancellationToken que l’opération surveille, qui peut être utilisé pour notifier la tâche d’annulation.

Retours

Opération asynchrone.

S’applique à