ISingleRange Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
InRange(GrainReference) | (Inherited from IRingRange) |
InRange(UInt32) |
Returns a value indicating whether |