CloudBlobClient.EndListContainersSegmented(IAsyncResult) 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.
Ends an asynchronous operation to return a result segment containing a collection of containers.
public virtual Microsoft.Azure.Storage.Blob.ContainerResultSegment EndListContainersSegmented (IAsyncResult asyncResult);
abstract member EndListContainersSegmented : IAsyncResult -> Microsoft.Azure.Storage.Blob.ContainerResultSegment
override this.EndListContainersSegmented : IAsyncResult -> Microsoft.Azure.Storage.Blob.ContainerResultSegment
Public Overridable Function EndListContainersSegmented (asyncResult As IAsyncResult) As ContainerResultSegment
Parameters
- asyncResult
- IAsyncResult
An IAsyncResult that references the pending asynchronous operation.
Returns
A ContainerResultSegment object.