共用方式為


IApplicationFeatureProvider<TFeature> 介面

定義

指定 TFeature 功能的提供者。

public interface IApplicationFeatureProvider<in TFeature> : Orleans.ApplicationParts.IApplicationFeatureProvider
type IApplicationFeatureProvider<'Feature> = interface
    interface IApplicationFeatureProvider
Public Interface IApplicationFeatureProvider(Of In TFeature)
Implements IApplicationFeatureProvider

類型參數

TFeature

功能的類型。

這是反變數的型別參數。 也就是說,您可以使用您指定的類型,或衍生程度較低的任何類型。 如需共變數與反變數的詳細資訊,請參閱泛型中的共變數與反變數
衍生
實作

方法

PopulateFeature(IEnumerable<IApplicationPart>, TFeature)

feature更新 實例。

適用於