Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.04 KB

chatmessagechangereader_readbatchasync_888788553.md

File metadata and controls

37 lines (24 loc) · 1.04 KB
-api-id -api-type -api-device-family-note
M:Windows.ApplicationModel.Chat.ChatMessageChangeReader.ReadBatchAsync
winrt method
xbox

Windows.ApplicationModel.Chat.ChatMessageChangeReader.ReadBatchAsync

-description

Returns a batch list of chat message change objects from the message store’s change tracker.

-returns

An asynchronous operation that returns a list of changes.

-remarks

This method returns an IReadOnlyList of ChatMessageChange class objects. The method is invoked as an IAsyncOperation as shown in the following example:

ChatMessageChangeTracker tracker = messageStore.ChangeTracker;
IReadOnlyList<ChatMessageChange> changeList = await tracker.GetChangeReader.ReadBatchAsync();

-examples

-see-also

-capabilities

chatSystem, smsSend, chat blockedChatMessages