IRingRange.InRange Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
InRange(GrainId) |
Retourne une valeur indiquant si |
InRange(GrainReference) | |
InRange(UInt32) |
Retourne une valeur indiquant si |
InRange(GrainId)
Retourne une valeur indiquant si grainId
se trouve dans cette plage d’anneau.
public bool InRange (Orleans.Runtime.GrainId grainId);
member this.InRange : Orleans.Runtime.GrainId -> bool
Public Function InRange (grainId As GrainId) As Boolean
Paramètres
- grainId
- GrainId
Valeur à contrôler.
Retours
true
si le rappel se trouve dans notre plage de responsabilité, false
sinon.
S’applique à
InRange(GrainReference)
- Source:
- RingRange.cs
public bool InRange (Orleans.Runtime.GrainReference grainReference);
abstract member InRange : Orleans.Runtime.GrainReference -> bool
Public Function InRange (grainReference As GrainReference) As Boolean
Paramètres
- grainReference
- GrainReference
Retours
S’applique à
InRange(UInt32)
- Source:
- RingRange.cs
Retourne une valeur indiquant si value
se trouve dans cette plage d’anneau.
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
Paramètres
- nvalue
- UInt32
Retours
true
si le rappel se trouve dans notre plage de responsabilité, false
sinon.