GrainConstructorArgumentFactory(IServiceProvider, Type) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new GrainConstructorArgumentFactory instance.
public GrainConstructorArgumentFactory (IServiceProvider serviceProvider, Type grainType);
new Orleans.Runtime.GrainConstructorArgumentFactory : IServiceProvider * Type -> Orleans.Runtime.GrainConstructorArgumentFactory
Public Sub New (serviceProvider As IServiceProvider, grainType As Type)
Parameters
- serviceProvider
- IServiceProvider
The service provider.
- grainType
- Type
The grain type.