AdlsArrayPool<T>.RentAsync(Int32) Method

Definition

Asynchronous method of renting 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())

Parameters

minimumLength
Int32

The minimum length of the array.

Returns

Task<T[]>

An array of type T[] that is at least minimumLength in length.

Applies to