次の方法で共有


GrainConstructorArgumentFactory(IServiceProvider, Type) コンストラクター

定義

新しい GrainConstructorArgumentFactory インスタンスを初期化します。

public GrainConstructorArgumentFactory (IServiceProvider serviceProvider, Type grainType);
new Orleans.Runtime.GrainConstructorArgumentFactory : IServiceProvider * Type -> Orleans.Runtime.GrainConstructorArgumentFactory
Public Sub New (serviceProvider As IServiceProvider, grainType As Type)

パラメーター

serviceProvider
IServiceProvider

サービス プロバイダー。

grainType
Type

グレインの種類。

適用対象