ChatMessageStore.GetMessageByRemoteIdAsync(String, String) Methode

Definition

Ruft eine Nachricht anhand der Remote-ID ab.

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)

Parameter

transportId
String

Platform::String

winrt::hstring

Die TransportId , die zum Abrufen der ChatMessage verwendet werden soll.

remoteId
String

Platform::String

winrt::hstring

Die RemoteId der abzurufenden ChatMessage .

Gibt zurück

Die Meldung.

Attribute

Windows-Anforderungen

App-Funktionen
chat blockedChatMessages chatSystem smsSend

Gilt für: