Conversation.GetConversationContextChannels 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.
Returns a snapshot of context channels tied to the conversation.
public:
System::Collections::ObjectModel::Collection<Microsoft::Rtc::Collaboration::ConversationContextChannel ^> ^ GetConversationContextChannels();
public System.Collections.ObjectModel.Collection<Microsoft.Rtc.Collaboration.ConversationContextChannel> GetConversationContextChannels ();
member this.GetConversationContextChannels : unit -> System.Collections.ObjectModel.Collection<Microsoft.Rtc.Collaboration.ConversationContextChannel>
Public Function GetConversationContextChannels () As Collection(Of ConversationContextChannel)
Returns
ConversationContextChannels for the conversation.