GrainServiceClient<TGrainService>
class
Namespace: Orleans.Runtime.Services
Proxies requests to the appropriate GrainService based on the appropriate Ring partitioning strategy.
public abstract class GrainServiceClient<TGrainService> : IGrainServiceClient<TGrainService> where TGrainService : Orleans.Services.IGrainService