IVersionStore
interface
Namespace: Orleans.Versions
Functionality for accessing runtime-modifiable grain interface version strategies.
public interface IVersionStore : IVersionManagerProperties
IsEnabledGets a value indicating whether this instance is enabled.
Methods
GetCompatibilityStrategiesGets the mapping from grain interface type to grain interface version compatibility strategy.GetCompatibilityStrategyGets the default grain interface version compatibility strategy.GetSelectorStrategiesGets the mapping from grain interface type to grain interface version selector strategy.GetSelectorStrategyGets the default grain interface version selector strategy.
