Partager via


IHistoryRepository.ExistsAsync(CancellationToken) Méthode

Définition

Vérifie si la table d’historique existe ou non.

public System.Threading.Tasks.Task<bool> ExistsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member ExistsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
Public Function ExistsAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Boolean)

Paramètres

cancellationToken
CancellationToken

CancellationToken À observer en attendant la fin de la tâche.

Retours

Tâche qui représente l’opération asynchrone. Le résultat de la tâche contient true si la table existe déjà, false sinon.

Exceptions

S’applique à