StorageLibraryChangeReader.ReadBatchAsync Method

Definition

Asynchronously gets a list of StorageLibraryChange objects.

public:
 virtual IAsyncOperation<IVectorView<StorageLibraryChange ^> ^> ^ ReadBatchAsync() = ReadBatchAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<StorageLibraryChange>> ReadBatchAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<StorageLibraryChange>> ReadBatchAsync();
function readBatchAsync()
Public Function ReadBatchAsync () As IAsyncOperation(Of IReadOnlyList(Of StorageLibraryChange))

Returns

A list of StorageLibraryChange objects.

Attributes

Applies to