GrainServiceClient<TGrainService>(IServiceProvider) 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.
Currently we only support a single GrainService per Silo, when multiple are supported we will request the number of GrainServices to partition per silo here.
protected GrainServiceClient (IServiceProvider serviceProvider);
new Orleans.Runtime.Services.GrainServiceClient<'GrainService (requires 'GrainService :> Orleans.Services.IGrainService)> : IServiceProvider -> Orleans.Runtime.Services.GrainServiceClient<'GrainService (requires 'GrainService :> Orleans.Services.IGrainService)>
Protected Sub New (serviceProvider As IServiceProvider)
Parameters
- serviceProvider
- IServiceProvider
The service provider.