LocalEndpoint.GetConversations Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.