ChatMessageStore.GetMessageByRemoteIdAsync(String, 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.
Obtient un message par son ID distant.
public:
virtual IAsyncOperation<ChatMessage ^> ^ GetMessageByRemoteIdAsync(Platform::String ^ transportId, Platform::String ^ remoteId) = GetMessageByRemoteIdAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<ChatMessage> GetMessageByRemoteIdAsync(winrt::hstring const& transportId, winrt::hstring const& remoteId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<ChatMessage> GetMessageByRemoteIdAsync(string transportId, string remoteId);
function getMessageByRemoteIdAsync(transportId, remoteId)
Public Function GetMessageByRemoteIdAsync (transportId As String, remoteId As String) As IAsyncOperation(Of ChatMessage)
Paramètres
- transportId
-
String
Platform::String
winrt::hstring
TransportId à utiliser pour obtenir le ChatMessage.
- remoteId
-
String
Platform::String
winrt::hstring
RemoteId du ChatMessage à récupérer.
Retours
Message.
- Attributs
Configuration requise pour Windows
Fonctionnalités de l’application |
chat
blockedChatMessages
chatSystem
smsSend
|