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

要填充的功能实例。

适用于