IGrainServiceClient<TGrainService> Interface
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.
Base interface for grain service clients.
public interface IGrainServiceClient<TGrainService> where TGrainService : IGrainService
type IGrainServiceClient<'GrainService (requires 'GrainService :> IGrainService)> = interface
Public Interface IGrainServiceClient(Of TGrainService)
Type Parameters
- TGrainService
The grain service interface type.
- Derived