ChatMessageStore.GetConversationFromThreadingInfoAsync Methode

Definition

Ruft asynchron eine Unterhaltung ab, die auf einem Threadinginfoobjekt basiert.

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)

Parameter

threadingInfo
ChatConversationThreadingInfo

Die Threadinginformationen, die die Unterhaltung identifizieren.

Gibt zurück

Die durch den ThreadingInfo-Parameter identifizierte Unterhaltung.

Windows-Anforderungen

App-Funktionen
chat chatSystem smsSend

Gilt für: