LocalEndpoint.GetConversations Method
Gets a snapshot of the conversations managed by the local endpoint.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Function GetConversations As Collection(Of Conversation)
'Usage
Dim instance As LocalEndpoint
Dim returnValue As Collection(Of Conversation)
returnValue = instance.GetConversations()
public Collection<Conversation> GetConversations()
Return Value
Type: System.Collections.ObjectModel.Collection<Conversation>
Remarks
The local endpoint keeps up with all the Conversations received or initiated by the owner off of this endpoint.