ISingleRange Interface

Definition

Represents a single, contiguous range round a virtual ring where points along the ring are identified using UInt32 values.

public interface ISingleRange : Orleans.Runtime.IRingRange
type ISingleRange = interface
    interface IRingRange
Public Interface ISingleRange
Implements IRingRange
Implements

Properties

Begin

Gets the exclusive lower bound of the range.

End

Gets the inclusive upper bound of the range.

Methods

InRange(GrainId)

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

(Inherited from IRingRange)
InRange(GrainReference) (Inherited from IRingRange)
InRange(UInt32)

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

(Inherited from IRingRange)

Applies to

See also