Прочетете на английски Редактиране

Споделяне чрез


ISingleRange Interface

Definition

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

C#
public interface ISingleRange : Orleans.Runtime.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

Продукт Версии
.NET Orleans 1.5.10, 3.4.5, 3.6.0, 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0

See also