IApplicationPartManager.AddFeatureProvider 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.
Adds a feature provider.
public Orleans.ApplicationParts.IApplicationPartManager AddFeatureProvider (Orleans.ApplicationParts.IApplicationFeatureProvider featureProvider);
abstract member AddFeatureProvider : Orleans.ApplicationParts.IApplicationFeatureProvider -> Orleans.ApplicationParts.IApplicationPartManager
Public Function AddFeatureProvider (featureProvider As IApplicationFeatureProvider) As IApplicationPartManager
Parameters
- featureProvider
- IApplicationFeatureProvider
The feature provider.