BackwardCompatible 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.
A grain interface version compatibility strategy which treats all versions of an interface compatible only with equal and lower requested versions.
[System.Serializable]
public class BackwardCompatible : Orleans.Versions.Compatibility.CompatibilityStrategy
[System.Serializable]
[Orleans.GenerateSerializer]
[Orleans.Immutable]
[Orleans.SuppressReferenceTracking]
public sealed class BackwardCompatible : Orleans.Versions.Compatibility.CompatibilityStrategy
[<System.Serializable>]
type BackwardCompatible = class
inherit CompatibilityStrategy
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
[<Orleans.Immutable>]
[<Orleans.SuppressReferenceTracking>]
type BackwardCompatible = class
inherit CompatibilityStrategy
Public Class BackwardCompatible
Inherits CompatibilityStrategy
Public NotInheritable Class BackwardCompatible
Inherits CompatibilityStrategy
- Inheritance
- Attributes
Constructors
BackwardCompatible() |
Properties
Singleton |
Gets the singleton instance of this class. |
Methods
Equals(Object) | |
GetHashCode() |