ParticipantEndpoint.GetActiveMediaTypes 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 active media types for this participant endpoint.
public:
System::Collections::ObjectModel::Collection<System::String ^> ^ GetActiveMediaTypes();
public System.Collections.ObjectModel.Collection<string> GetActiveMediaTypes ();
member this.GetActiveMediaTypes : unit -> System.Collections.ObjectModel.Collection<string>
Public Function GetActiveMediaTypes () As Collection(Of String)