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