ChatMessageStore.GetConversationFromThreadingInfoAsync Method

Definition

Asynchronously gets a conversation based on a threading info object.

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)

Parameters

threadingInfo
ChatConversationThreadingInfo

The threading info that identifies the conversation.

Returns

The conversation identified by the threadingInfo parameter.

Windows requirements

App capabilities
chat chatSystem smsSend

Applies to