Compartir a través de


IGrainTypeProvider.TryGetGrainType(Type, GrainType) Método

Definición

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

Devoluciones

Se aplica a