共用方式為


GenericGrainType.TryParse(GrainType, GenericGrainType) 方法

定義

傳回對應至所提供值的泛型粒紋類型。

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

參數

grainType
GrainType

傳回

適用於