다음을 통해 공유


ChatMessageStore.GetConversationFromThreadingInfoAsync 메서드

정의

스레딩 정보 개체를 기반으로 하는 대화를 비동기적으로 가져옵니다.

public:
 virtual IAsyncOperation<ChatConversation ^> ^ GetConversationFromThreadingInfoAsync(ChatConversationThreadingInfo ^ threadingInfo) = GetConversationFromThreadingInfoAsync;
IAsyncOperation<ChatConversation> GetConversationFromThreadingInfoAsync(ChatConversationThreadingInfo const& threadingInfo);
public IAsyncOperation<ChatConversation> GetConversationFromThreadingInfoAsync(ChatConversationThreadingInfo threadingInfo);
function getConversationFromThreadingInfoAsync(threadingInfo)
Public Function GetConversationFromThreadingInfoAsync (threadingInfo As ChatConversationThreadingInfo) As IAsyncOperation(Of ChatConversation)

매개 변수

threadingInfo
ChatConversationThreadingInfo

대화를 식별하는 스레딩 정보입니다.

반환

threadingInfo 매개 변수로 식별되는 대화입니다.

Windows 요구 사항

앱 기능
chat chatSystem smsSend

적용 대상