GrainTypePrefix.IsClient 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
IsClient(GrainId) |
Retourne |
IsClient(GrainType) |
Retourne |
IsClient(GrainId)
Retourne true
si l’ID représente un client, false
si ce n’est pas le cas.
public static bool IsClient (this in Orleans.Runtime.GrainId id);
static member IsClient : GrainId -> bool
<Extension()>
Public Function IsClient (ByRef id As GrainId) As Boolean
Paramètres
- id
- GrainId
ID de grain.
Retours
true
si le type est un client, false
sinon.
S’applique à
IsClient(GrainType)
Retourne true
si le type est un client, false
si ce n’est pas le cas.
public static bool IsClient (this in Orleans.Runtime.GrainType type);
static member IsClient : GrainType -> bool
<Extension()>
Public Function IsClient (ByRef type As GrainType) As Boolean
Paramètres
- type
- GrainType
Type de grain.
Retours
true
si le type est un client, false
sinon.