IApplicationFeatureProvider<TFeature>.PopulateFeature メソッド

定義

インスタンスをfeature更新します。

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)

パラメーター

parts
IEnumerable<IApplicationPart>

アプリケーションの IApplicationPartの一覧。

feature
TFeature

設定する機能インスタンス。

適用対象