Skip to content

IRingRange

interface

Namespace: Orleans.Runtime

Represents a range or set of ranges around a virtual ring where points along the ring are identified using System.UInt32 values.
public interface IRingRange

Methods

  • InRange(uint) Returns a value indicating whether value is within this ring range.
  • InRange(GrainId) Returns a value indicating whether grainId is within this ring range.