Compartilhar via


GrainConstructorArgumentFactory(IServiceProvider, Type) Construtor

Definição

Inicializa uma nova instância 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)

Parâmetros

serviceProvider
IServiceProvider

O provedor de serviços.

grainType
Type

O tipo de granularidade.

Aplica-se a