IGrainTypeProvider.TryGetGrainType(Type, GrainType) 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 grain type corresponding to the class identified by type
.
public bool TryGetGrainType (Type type, out Orleans.Runtime.GrainType grainType);
abstract member TryGetGrainType : Type * GrainType -> bool
Public Function TryGetGrainType (type As Type, ByRef grainType As GrainType) As Boolean
Parameters
- type
- Type
- grainType
- GrainType