UserDataTaskReader.ReadBatchAsync Method
Definition
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 reads a batch of UserDataTask objects from the UserDataTaskStore.
public:
virtual IAsyncOperation<UserDataTaskBatch ^> ^ ReadBatchAsync() = ReadBatchAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<UserDataTaskBatch> ReadBatchAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<UserDataTaskBatch> ReadBatchAsync();
function readBatchAsync()
Public Function ReadBatchAsync () As IAsyncOperation(Of UserDataTaskBatch)
Returns
The batch of tasks read from the UserDataTaskStore.
- Attributes