Edit

Share via


GrainTypePrefix.IsLegacyGrain(GrainType) Method

Definition

Returns true if the type is a legacy grain, false if not.

public static bool IsLegacyGrain (this in Orleans.Runtime.GrainType type);
static member IsLegacyGrain : GrainType -> bool
<Extension()>
Public Function IsLegacyGrain (ByRef type As GrainType) As Boolean

Parameters

type
GrainType

The grain type.

Returns

true if the type is a legacy grain, false if not.

Applies to