ChatMessageStore.GetConversationFromThreadingInfoAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
以非同步方式根據執行緒資訊物件取得交談。
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
|