次の方法で共有


IApplicationPartManager.AddFeatureProvider メソッド

定義

機能プロバイダーを追加します。

public Orleans.ApplicationParts.IApplicationPartManager AddFeatureProvider (Orleans.ApplicationParts.IApplicationFeatureProvider featureProvider);
abstract member AddFeatureProvider : Orleans.ApplicationParts.IApplicationFeatureProvider -> Orleans.ApplicationParts.IApplicationPartManager
Public Function AddFeatureProvider (featureProvider As IApplicationFeatureProvider) As IApplicationPartManager

パラメーター

featureProvider
IApplicationFeatureProvider

機能プロバイダー。

戻り値

適用対象