IGrainActivator 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.
Creates a grain instance for a given grain context.
public interface IGrainActivator
type IGrainActivator = interface
Public Interface IGrainActivator
- Derived
Methods
Create(IGrainActivationContext) |
Creates a grain. |
CreateInstance(IGrainContext) |
Returns a new grain instance for the provided grain context. |
DisposeInstance(IGrainContext, Object) |
Disposes the provided grain instance which is associated with the provided grain context. |
Release(IGrainActivationContext, Object) |
Releases a controller. |