LocalEndpoint.GetConversations Method

Definition

Gets a snapshot of the conversations managed by the local endpoint.

public:
 System::Collections::ObjectModel::Collection<Microsoft::Rtc::Collaboration::Conversation ^> ^ GetConversations();
public System.Collections.ObjectModel.Collection<Microsoft.Rtc.Collaboration.Conversation> GetConversations ();
member this.GetConversations : unit -> System.Collections.ObjectModel.Collection<Microsoft.Rtc.Collaboration.Conversation>
Public Function GetConversations () As Collection(Of Conversation)

Returns

Remarks

The local endpoint keeps up with all the Conversations received or initiated by the owner off of this endpoint.

Applies to