BaseDataProvider Constructors
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.
Overloads
BaseDataProvider(IMixedRealityService, String, UInt32, BaseMixedRealityProfile)
Constructor.
protected BaseDataProvider (Microsoft.MixedReality.Toolkit.IMixedRealityService service, string name = default, uint priority = 10, Microsoft.MixedReality.Toolkit.BaseMixedRealityProfile profile = default);
new Microsoft.MixedReality.Toolkit.BaseDataProvider : Microsoft.MixedReality.Toolkit.IMixedRealityService * string * uint32 * Microsoft.MixedReality.Toolkit.BaseMixedRealityProfile -> Microsoft.MixedReality.Toolkit.BaseDataProvider
Protected Sub New (service As IMixedRealityService, Optional name As String = Nothing, Optional priority As UInteger = 10, Optional profile As BaseMixedRealityProfile = Nothing)
Parameters
- service
- IMixedRealityService
The IMixedRealityService to which the provider is providing data.
- name
- String
The friendly name of the data provider.
- priority
- UInt32
The registration priority of the data provider.
- profile
- BaseMixedRealityProfile
The configuration profile for the data provider.
Applies to
BaseDataProvider(IMixedRealityServiceRegistrar, IMixedRealityService, String, UInt32, BaseMixedRealityProfile)
Caution
This constructor is obsolete (registrar parameter is no longer required) and will be removed in a future version of the Microsoft Mixed Reality Toolkit.
Constructor.
[System.Obsolete("This constructor is obsolete (registrar parameter is no longer required) and will be removed in a future version of the Microsoft Mixed Reality Toolkit.")]
protected BaseDataProvider (Microsoft.MixedReality.Toolkit.IMixedRealityServiceRegistrar registrar, Microsoft.MixedReality.Toolkit.IMixedRealityService service, string name = default, uint priority = 10, Microsoft.MixedReality.Toolkit.BaseMixedRealityProfile profile = default);
[<System.Obsolete("This constructor is obsolete (registrar parameter is no longer required) and will be removed in a future version of the Microsoft Mixed Reality Toolkit.")>]
new Microsoft.MixedReality.Toolkit.BaseDataProvider : Microsoft.MixedReality.Toolkit.IMixedRealityServiceRegistrar * Microsoft.MixedReality.Toolkit.IMixedRealityService * string * uint32 * Microsoft.MixedReality.Toolkit.BaseMixedRealityProfile -> Microsoft.MixedReality.Toolkit.BaseDataProvider
Protected Sub New (registrar As IMixedRealityServiceRegistrar, service As IMixedRealityService, Optional name As String = Nothing, Optional priority As UInteger = 10, Optional profile As BaseMixedRealityProfile = Nothing)
Parameters
- registrar
- IMixedRealityServiceRegistrar
The IMixedRealityServiceRegistrar instance that loaded the data provider.
- service
- IMixedRealityService
The IMixedRealityService to which the provider is providing data.
- name
- String
The friendly name of the data provider.
- priority
- UInt32
The registration priority of the data provider.
- profile
- BaseMixedRealityProfile
The configuration profile for the data provider.
- Attributes