Compartilhar via


IGrainTypeProvider.TryGetGrainType(Type, GrainType) Método

Definição

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

Parâmetros

type
Type
grainType
GrainType

Retornos

Aplica-se a