IGrainServiceFactory 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.
Functionality for interacting with grain services.
public interface IGrainServiceFactory
type IGrainServiceFactory = interface
Public Interface IGrainServiceFactory
Methods
CastToGrainServiceReference<T>(GrainReference) |
Casts a grain reference to a typed grain service reference. Used by grain indexing. |
MakeGrainServiceReference(Int32, String, SiloAddress) |
Creates a grain reference for a grain service instance on a given silo. This is used by grain indexing. |