Edytuj

Udostępnij za pośrednictwem


GenericGrainType.TryParse(GrainType, GenericGrainType) Method

Definition

Returns the generic grain type corresponding to the provided value.

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

Parameters

grainType
GrainType

Returns

Applies to