Share via


ChatMessageRevisionReader.ReadBatchAsync | readBatchAsync method

Applies to Windows Phone only

This API is not available to all Windows/Windows Phone apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.

Syntax

chatMessageRevisionReader.readBatchAsync().done( /* Your success and error handlers */ );
public IAsyncOperation<IReadOnlyList> ReadBatchAsync()
Public Function ReadBatchAsync() As IAsyncOperation(Of IReadOnlyList)
public:
IAsyncOperation<IVectorView>^ ReadBatchAsync()

Parameters

This method has no parameters.

Return value

Type: IAsyncOperation<IVectorView>

An asynchronous operation that returns a list of message revisions upon successful completion.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8.1

Namespace

Windows.ApplicationModel.Chat Windows::ApplicationModel::Chat [C++]

Metadata

Windows.winmd

See also

ChatMessageRevisionReader