Partager via


AttributeGrainTypeProvider.TryGetGrainType(Type, GrainType) Méthode

Définition

Retourne le type de grain correspondant à la classe identifiée par type.

public bool TryGetGrainType (Type grainClass, out Orleans.Runtime.GrainType grainType);
abstract member TryGetGrainType : Type * GrainType -> bool
override this.TryGetGrainType : Type * GrainType -> bool
Public Function TryGetGrainType (grainClass As Type, ByRef grainType As GrainType) As Boolean

Paramètres

grainClass
Type
grainType
GrainType

Retours

Implémente

S’applique à