Share via


Conversation.GetConversationContextChannels Method

Returns a snapshot of context channels tied to the conversation.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Function GetConversationContextChannels As Collection(Of ConversationContextChannel)
'Usage
Dim instance As Conversation
Dim returnValue As Collection(Of ConversationContextChannel)

returnValue = instance.GetConversationContextChannels()
public Collection<ConversationContextChannel> GetConversationContextChannels()

Return Value

Type: System.Collections.ObjectModel.Collection<ConversationContextChannel>
ConversationContextChannels for the conversation.

See Also

Reference

Conversation Class

Conversation Members

Microsoft.Rtc.Collaboration Namespace