ChatMessageStore.SaveMessageAsync(ChatMessage) 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 saves a message to the ChatMessageStore.
public:
virtual IAsyncAction ^ SaveMessageAsync(ChatMessage ^ chatMessage) = SaveMessageAsync;
IAsyncAction SaveMessageAsync(ChatMessage const& chatMessage);
public IAsyncAction SaveMessageAsync(ChatMessage chatMessage);
function saveMessageAsync(chatMessage)
Public Function SaveMessageAsync (chatMessage As ChatMessage) As IAsyncAction
Parameters
- chatMessage
- ChatMessage
The message to save.
Returns
An async action indicating that the operation has finished.
Windows requirements
App capabilities |
chat
blockedChatMessages
chatSystem
smsSend
|