Partager via


ChatMessageStore.GetMessageByRemoteIdAsync(String, String) Méthode

Définition

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

S’applique à