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

适用于