GrainTypePrefix.IsGrainService(GrainType) 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.
Retourne true
si le type est un service de grain, false
si ce n’est pas le cas.
public static bool IsGrainService (this in Orleans.Runtime.GrainType type);
static member IsGrainService : GrainType -> bool
<Extension()>
Public Function IsGrainService (ByRef type As GrainType) As Boolean
Paramètres
- type
- GrainType
Type de grain.
Retours
true
si le type est un service de grain, false
sinon.