IApplicationFeatureProvider<TFeature>.PopulateFeature 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.
Updates the feature
instance.
public void PopulateFeature (System.Collections.Generic.IEnumerable<Orleans.ApplicationParts.IApplicationPart> parts, TFeature feature);
abstract member PopulateFeature : seq<Orleans.ApplicationParts.IApplicationPart> * 'Feature -> unit
Public Sub PopulateFeature (parts As IEnumerable(Of IApplicationPart), feature As TFeature)
Parameters
- parts
- IEnumerable<IApplicationPart>
The list of IApplicationParts of the application.
- feature
- TFeature
The feature instance to populate.