Compartir a través de


IApplicationFeatureProvider<TFeature>.PopulateFeature Método

Definición

Novedades la feature instancia.

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)

Parámetros

parts
IEnumerable<IApplicationPart>

Lista de s de IApplicationPartla aplicación.

feature
TFeature

Instancia de característica que se va a rellenar.

Se aplica a