MediaBasedFactory.Create(IEnumerable<String>, FactoryContext) 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.
Creates the object specified.
public:
abstract System::Object ^ Create(System::Collections::Generic::IEnumerable<System::String ^> ^ mediaTypes, Microsoft::Rtc::Internal::Collaboration::FactoryContext ^ context);
public abstract object Create (System.Collections.Generic.IEnumerable<string> mediaTypes, Microsoft.Rtc.Internal.Collaboration.FactoryContext context);
abstract member Create : seq<string> * Microsoft.Rtc.Internal.Collaboration.FactoryContext -> obj
Public MustOverride Function Create (mediaTypes As IEnumerable(Of String), context As FactoryContext) As Object
Parameters
- mediaTypes
- IEnumerable<String>
The caller guarantees that it will be a subset of the media types supported by the factory
- context
- FactoryContext
Additional context the factory needs.
Returns
The created object supporting the media types.