Compartir a través de


AttributeGrainTypeProvider.TryGetGrainType(Type, GrainType) Método

Definición

Devuelve el tipo de grano correspondiente a la clase identificada por 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

Parámetros

grainClass
Type
grainType
GrainType

Devoluciones

Implementaciones

Se aplica a