共用方式為


IRingRange.InRange 方法

定義

多載

InRange(GrainId)

傳回值,指出是否 grainId 在此環形範圍內。

InRange(GrainReference)
InRange(UInt32)

傳回值,指出是否 value 在此環形範圍內。

InRange(GrainId)

傳回值,指出是否 grainId 在此環形範圍內。

public bool InRange (Orleans.Runtime.GrainId grainId);
member this.InRange : Orleans.Runtime.GrainId -> bool
Public Function InRange (grainId As GrainId) As Boolean

參數

grainId
GrainId

要檢查的值。

傳回

true 如果提醒在我們的責任範圍內,則為 , false 否則為 。

適用於

InRange(GrainReference)

來源:
RingRange.cs
public bool InRange (Orleans.Runtime.GrainReference grainReference);
abstract member InRange : Orleans.Runtime.GrainReference -> bool
Public Function InRange (grainReference As GrainReference) As Boolean

參數

grainReference
GrainReference

傳回

適用於

InRange(UInt32)

來源:
RingRange.cs

傳回值,指出是否 value 在此環形範圍內。

public bool InRange (uint n);
public bool InRange (uint value);
abstract member InRange : uint32 -> bool
abstract member InRange : uint32 -> bool
Public Function InRange (n As UInteger) As Boolean
Public Function InRange (value As UInteger) As Boolean

參數

nvalue
UInt32

傳回

true 如果提醒在我們的責任範圍內,則為 , false 否則為 。

適用於