Partager via


GrainConstructorArgumentFactory(IServiceProvider, Type) Constructeur

Définition

Initialise une nouvelle instance de 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)

Paramètres

serviceProvider
IServiceProvider

Fournisseur de services.

grainType
Type

Type de grain.

S’applique à