Freigeben über


GrainTypePrefix.IsLegacyGrain(GrainType) Methode

Definition

Gibt zurück true , wenn der Typ ein Legacy-Grain ist, false falls nicht.

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

Parameter

type
GrainType

Der Korntyp.

Gibt zurück

true , wenn der Typ ein Legacy-Grain ist, false falls nicht.

Gilt für: