Skip to content

ISingleRange

interface

Namespace: Orleans.Runtime

Represents a single, contiguous range round a virtual ring where points along the ring are identified using System.UInt32 values.
public interface ISingleRange : IRingRange

Properties

  • Begin Gets the exclusive lower bound of the range.
  • End Gets the inclusive upper bound of the range.