Edytuj

Udostępnij za pośrednictwem


GenericGrainInterfaceType.TryParse Method

Definition

Returns the generic interface id corresponding to the provided value.

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

Parameters

grainType
GrainInterfaceType

Returns

Applies to