Partager via


IApplicationFeatureProvider<TFeature>.PopulateFeature Méthode

Définition

Mises à jour l’instancefeature.

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)

Paramètres

parts
IEnumerable<IApplicationPart>

Liste des IApplicationParts de l’application.

feature
TFeature

Instance de fonctionnalité à remplir.

S’applique à