GrainFactoryExtensions Class
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.
public static class GrainFactoryExtensions
type GrainFactoryExtensions = class
Public Module GrainFactoryExtensions
- Inheritance
-
GrainFactoryExtensions
Methods
| Name | Description |
|---|---|
| GetGrain<TGrainInterface>(IGrainFactory, IdSpan, String) |
Returns a reference for the provided grain id which implements the specified interface type. |
| GetGrain<TGrainInterface>(IGrainFactory, IdSpan) |
Returns a reference for the provided grain id which implements the specified interface type. |