BlobInfoQueryResult.GetBlobInfoAsync Method ()

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

Syntax

public:
IAsyncOperation<IVectorView<BlobInfo>^ >^ GetBlobInfoAsync()  

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