BackwardCompatible 类

定义

grain 接口版本兼容性策略,它只处理与相同和较低请求版本兼容的接口的所有版本。

[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
继承
BackwardCompatible
属性

构造函数

BackwardCompatible()

grain 接口版本兼容性策略,它只处理与相同和较低请求版本兼容的接口的所有版本。

属性

Singleton

获取此类的单一实例。

方法

Equals(Object)

grain 接口版本兼容性策略,它只处理与相同和较低请求版本兼容的接口的所有版本。

GetHashCode()

grain 接口版本兼容性策略,它只处理与相同和较低请求版本兼容的接口的所有版本。

适用于