IGrainContextActivatorProvider 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.
Provides a IGrainContextActivator for a specified grain type.
public interface IGrainContextActivatorProvider
type IGrainContextActivatorProvider = interface
Public Interface IGrainContextActivatorProvider
Methods
TryGet(GrainType, IGrainContextActivator) |
Returns a grain context activator for the given grain type. |