GenericGrainInterfaceType.TryParse Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- result
- GenericGrainInterfaceType