GetConversations Method

Gets a snapshot of the conversations managed by this 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<(Of <(<'Conversation>)>)>

See Also

Reference

LocalEndpoint Class

LocalEndpoint Members

Microsoft.Rtc.Collaboration Namespace