Show / Hide Table of Contents

Interface ICompatibilityDirector

Namespace: Orleans.Versions.Compatibility
Assembly: Orleans.Core.Abstractions.dll
Syntax
public interface ICompatibilityDirector

Methods

| Improve this Doc View Source

IsCompatible(UInt16, UInt16)

Declaration
bool IsCompatible(ushort requestedVersion, ushort currentVersion)
Parameters
Type Name Description
System.UInt16 requestedVersion
System.UInt16 currentVersion
Returns
Type Description
System.Boolean

Extension Methods

ImmutableExt.AsImmutable<T>(T)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX