Partager via


GenericGrainType.TryParse(GrainType, GenericGrainType) Méthode

Définition

Retourne le type de grain générique correspondant à la valeur fournie.

public static bool TryParse (Orleans.Runtime.GrainType grainType, out Orleans.Runtime.GenericGrainType result);
static member TryParse : Orleans.Runtime.GrainType * GenericGrainType -> bool
Public Shared Function TryParse (grainType As GrainType, ByRef result As GenericGrainType) As Boolean

Paramètres

grainType
GrainType

Retours

S’applique à