GrainReferenceActivator 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.
The central point for creating GrainReference instances.
public sealed class GrainReferenceActivator
type GrainReferenceActivator = class
Public NotInheritable Class GrainReferenceActivator
- Inheritance
-
GrainReferenceActivator
Constructors
GrainReferenceActivator(IServiceProvider, IEnumerable<IGrainReferenceActivatorProvider>) |
Initializes a new instance of the GrainReferenceActivator class. |
Methods
CreateReference(GrainId, GrainInterfaceType) |
Creates a grain reference pointing to the specified grain id and implementing the specified grain interface type. |