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

適用於