Compartilhar via


ChatMessageStore.GetConversationFromThreadingInfoAsync Método

Definição

Obtém de forma assíncrona uma conversa com base em um objeto de informações 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)

Parâmetros

threadingInfo
ChatConversationThreadingInfo

As informações de threading que identificam a conversa.

Retornos

A conversa identificada pelo parâmetro threadingInfo .

Requisitos do Windows

Funcionalidades do aplicativo
chat chatSystem smsSend

Aplica-se a