AttributeGrainTypeProvider.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 grainClass, out Orleans.Runtime.GrainType grainType);
abstract member TryGetGrainType : Type * GrainType -> bool
override this.TryGetGrainType : Type * GrainType -> bool
Public Function TryGetGrainType (grainClass As Type, ByRef grainType As GrainType) As Boolean
Parameters
- grainClass
- Type
- grainType
- GrainType