IGrainTypeProvider.TryGetGrainType(Type, 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 le type de grain correspondant à la classe identifiée par type
.
public bool TryGetGrainType (Type type, out Orleans.Runtime.GrainType grainType);
abstract member TryGetGrainType : Type * GrainType -> bool
Public Function TryGetGrainType (type As Type, ByRef grainType As GrainType) As Boolean
Paramètres
- type
- Type
- grainType
- GrainType