ChatMessageStore.DownloadMessageAsync(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Télécharge un message spécifié par l’identificateur dans la banque de messages.
public:
virtual IAsyncAction ^ DownloadMessageAsync(Platform::String ^ localChatMessageId) = DownloadMessageAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction DownloadMessageAsync(winrt::hstring const& localChatMessageId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction DownloadMessageAsync(string localChatMessageId);
function downloadMessageAsync(localChatMessageId)
Public Function DownloadMessageAsync (localChatMessageId As String) As IAsyncAction
Paramètres
- localChatMessageId
-
String
Platform::String
winrt::hstring
ID local du message à télécharger.
Retours
Action asynchrone.
- Attributs
Configuration requise pour Windows
Fonctionnalités de l’application |
chat
chatSystem
smsSend
|
Remarques
Le contenu du message, y compris ses pièces jointes, est téléchargé. Une application appelle cette méthode lorsque le message status est ChatMessageStatus. ReceiveDownloadNeeded.