Freigeben über


GrainTypePrefix.IsGrainService(GrainType) Methode

Definition

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

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

Parameter

type
GrainType

Der Grain-Typ.

Gibt zurück

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

Gilt für: