ChatMessageChangeReader.AcceptChangesThrough(ChatMessageChange) 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.
Accepts all the changes up to and including a specified change.
public:
virtual void AcceptChangesThrough(ChatMessageChange ^ lastChangeToAcknowledge) = AcceptChangesThrough;
void AcceptChangesThrough(ChatMessageChange const& lastChangeToAcknowledge);
public void AcceptChangesThrough(ChatMessageChange lastChangeToAcknowledge);
function acceptChangesThrough(lastChangeToAcknowledge)
Public Sub AcceptChangesThrough (lastChangeToAcknowledge As ChatMessageChange)
Parameters
- lastChangeToAcknowledge
- ChatMessageChange
The last change to acknowledge.
Windows requirements
App capabilities |
chat
blockedChatMessages
chatSystem
smsSend
|
Remarks
The AcceptChangesThrough method accepts all the message changes currently tracked up to and including the change specified in lastChangeToAcknowledge. Calling AcceptChangesThrough will cause change tracking to reset and tracking will begin again with the next message change.