IRingRange Interface

Definition

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

public interface IRingRange
type IRingRange = interface
Public Interface IRingRange
Derived

Methods

InRange(GrainId)

Returns a value indicating whether grainId is within this ring range.

InRange(GrainReference)
InRange(UInt32)

Returns a value indicating whether value is within this ring range.

Applies to