Edit

Share via


MediaBasedFactory.Create(IEnumerable<String>, FactoryContext) Method

Definition

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.

Applies to