IVersionManager 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 managing how grain interface versions are negotiated.
public interface IVersionManager
type IVersionManager = interface
Public Interface IVersionManager
- Derived
Methods
SetCompatibilityStrategy(CompatibilityStrategy) |
Set the compatibility strategy. |
SetCompatibilityStrategy(GrainInterfaceType, CompatibilityStrategy) |
Set the compatibility strategy for a specific interface. |
SetCompatibilityStrategy(Int32, CompatibilityStrategy) |
Set the compatibility strategy for a specific interface |
SetSelectorStrategy(GrainInterfaceType, VersionSelectorStrategy) |
Set the selector strategy for a specific interface. |
SetSelectorStrategy(Int32, VersionSelectorStrategy) |
Set the selector strategy for a specific interface |
SetSelectorStrategy(VersionSelectorStrategy) |
Set the selector strategy. |