Compartilhar via


AttributeGrainTypeProvider.TryGetGrainType(Type, GrainType) Método

Definição

Retorna o tipo de granularidade correspondente à classe 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

Retornos

Implementações

Aplica-se a