Compartir a través de


GrainConstructorArgumentFactory(IServiceProvider, Type) Constructor

Definición

Inicializa una nueva instancia 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)

Parámetros

serviceProvider
IServiceProvider

Proveedor de servicios.

grainType
Type

Tipo de grano.

Se aplica a