Asynchronously retrieves blobs from the container.
public:
IAsyncOperation<IMapView<String^ , IBuffer^ >^ >^ GetAsync(
IIterable<String^ >^ blobsToRead
)
blobsToRead
Type: IIterable<String^ >
A collection specifying the blobs to read.
Type: IAsyncOperation<IMapView<String^ , IBuffer^ >^ >
A collection of buffers containing the specified blobs.
Error codes are reported through the ErrorCode property of the IAsyncOperation object. The following is a list of possible error codes:
| Error Code | Description |
|---|---|
| ConnectedStorageErrorStatus.BlobNotFound | The operation failed because a blob with the specified name was not found in the container. |
GetAsync allocates new buffers to store the data that is read.
Namespace: Windows.Xbox.Storage
Metadata: windows.winmd
ConnectedStorageContainer Class