AdlsArrayPool<T>.RentAsync(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET