Partager via


AdlsArrayPool<T>.RentAsync(Int32) Méthode

Définition

Méthode asynchrone de location de mémoire tampon

public abstract System.Threading.Tasks.Task<T[]> RentAsync (int minimumLength);
abstract member RentAsync : int -> System.Threading.Tasks.Task<'T[]>
Public MustOverride Function RentAsync (minimumLength As Integer) As Task(Of T())

Paramètres

minimumLength
Int32

Longueur minimale du tableau.

Retours

Task<T[]>

Tableau de type T[] dont la longueur est minimaleLength.

S’applique à