다음을 통해 공유


ChatMessageStore.GetMessageByRemoteIdAsync(String, String) 메서드

정의

원격 ID로 메시지를 가져옵니다.

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)

매개 변수

transportId
String

Platform::String

winrt::hstring

ChatMessage를 가져오는 데 사용할 TransportId입니다.

remoteId
String

Platform::String

winrt::hstring

검색할 ChatMessageRemoteId입니다.

반환

메시지입니다.

특성

Windows 요구 사항

앱 기능
chat blockedChatMessages chatSystem smsSend

적용 대상