Compartilhar via


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

Definição

Método assíncrono de aluguel de buffer

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())

Parâmetros

minimumLength
Int32

O comprimento mínimo da matriz.

Retornos

Task<T[]>

Uma matriz do tipo T[] que tem pelo menos minimumLength de comprimento.

Aplica-se a