GrainContextActivator コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
GrainContextActivator クラスの新しいインスタンスを初期化します。
public GrainContextActivator(System.Collections.Generic.IEnumerable<Orleans.Runtime.IGrainContextActivatorProvider> providers, System.Collections.Generic.IEnumerable<Orleans.Runtime.IConfigureGrainContextProvider> configureContextActions, Orleans.Metadata.GrainPropertiesResolver grainPropertiesResolver);
new Orleans.Runtime.GrainContextActivator : seq<Orleans.Runtime.IGrainContextActivatorProvider> * seq<Orleans.Runtime.IConfigureGrainContextProvider> * Orleans.Metadata.GrainPropertiesResolver -> Orleans.Runtime.GrainContextActivator
Public Sub New (providers As IEnumerable(Of IGrainContextActivatorProvider), configureContextActions As IEnumerable(Of IConfigureGrainContextProvider), grainPropertiesResolver As GrainPropertiesResolver)
パラメーター
- providers
- IEnumerable<IGrainContextActivatorProvider>
グレイン コンテキスト アクティベーター プロバイダー。
- configureContextActions
- IEnumerable<IConfigureGrainContextProvider>
IConfigureGrainContextプロバイダー。
- grainPropertiesResolver
- GrainPropertiesResolver
グレイン プロパティ リゾルバー。