Edit

Share via


AttributeGrainTypeProvider.TryGetGrainType(Type, GrainType) Method

Definition

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

Returns

Implements

Applies to