RangeFactory.GetSubRanges(IRingRange) Method
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.
Gets the contiguous sub-ranges represented by the provided range.
public static System.Collections.Generic.IEnumerable<Orleans.Runtime.ISingleRange> GetSubRanges (Orleans.Runtime.IRingRange range);
static member GetSubRanges : Orleans.Runtime.IRingRange -> seq<Orleans.Runtime.ISingleRange>
Public Shared Function GetSubRanges (range As IRingRange) As IEnumerable(Of ISingleRange)
Parameters
- range
- IRingRange
The range.
Returns
The contiguous sub-ranges represented by the provided range.