Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

StorageLibraryChangeReader.ReadBatchAsync Method

Definition

Namespace:
Windows.Storage

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.

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


Feedback

Was this page helpful?