Show / Hide Table of Contents

Interface IVersionSelector

Namespace: Orleans.Versions.Selector
Assembly: Orleans.Core.Abstractions.dll
Syntax
public interface IVersionSelector

Methods

| Improve this Doc View Source

GetSuitableVersion(UInt16, IReadOnlyList<UInt16>, ICompatibilityDirector)

Declaration
IReadOnlyList<ushort> GetSuitableVersion(ushort requestedVersion, IReadOnlyList<ushort> availableVersions, ICompatibilityDirector compatibilityDirector)
Parameters
Type Name Description
System.UInt16 requestedVersion
IReadOnlyList<System.UInt16> availableVersions
ICompatibilityDirector compatibilityDirector
Returns
Type Description
IReadOnlyList<System.UInt16>

Extension Methods

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