HiLoValueGenerator<TValue>.GetNewLowValueAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la valeur faible du bloc de valeurs suivant à utiliser.
protected virtual System.Threading.Tasks.Task<long> GetNewLowValueAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetNewLowValueAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<int64>
override this.GetNewLowValueAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<int64>
Protected Overridable Function GetNewLowValueAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Long)
Paramètres
- cancellationToken
- CancellationToken
CancellationToken À observer en attendant la fin de la tâche.
Retours
Valeur faible pour le bloc de valeurs suivant à utiliser.
Exceptions
Si le CancellationToken est annulé.