Partager via


ChatMessageStore.GetConversationFromThreadingInfoAsync Méthode

Définition

Obtient de manière asynchrone une conversation basée sur un objet d’informations de threading.

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)

Paramètres

threadingInfo
ChatConversationThreadingInfo

Informations de thread qui identifient la conversation.

Retours

Conversation identifiée par le paramètre threadingInfo .

Configuration requise pour Windows

Fonctionnalités de l’application
chat chatSystem smsSend

S’applique à