BlobInfoQueryResult.GetBlobInfoAsync Method (UInt32, UInt32)

Asynchronously retrieves information for all the blobs that matched the query.

Syntax

public:
IAsyncOperation<IVectorView<BlobInfo>^ >^ GetBlobInfoAsync(
         uint32 startIndex,
         uint32 maxNumberOfItems
)  

Parameters

startIndex
Type: uint32 

 The index of the first item to return.

maxNumberOfItems
Type: uint32 

 The maximum number of items to return.

Return value

Type: IAsyncOperation<IVectorView<BlobInfo>^ > 

Returns BlobInfo objects for all the blobs that matched the query.

Note The order that BlobInfo objects are returned in is not guaranteed and may change in future. If ordering of these objects is important to your title, consider creating a blob to use as an index, which stores the ordering information you care about.

Requirements

Namespace: Windows.Xbox.Storage

Metadata: windows.winmd

See also

Reference

BlobInfoQueryResult Class

BlobInfoQueryResult Members

Windows.Xbox.Storage Namespace