IRingRange.InRange 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
InRange(GrainId) |
傳回值,指出是否 |
InRange(GrainReference) | |
InRange(UInt32) |
傳回值,指出是否 |
InRange(GrainId)
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
否則為 。