GenericGrainType.TryParse(GrainType, GenericGrainType) 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 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
- result
- GenericGrainType