Redigera

Dela via


IGrainTypeProvider.TryGetGrainType(Type, GrainType) Method

Definition

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

Returns

Applies to