Freigeben über


GrainTypePrefix.IsClient Methode

Definition

Überlädt

IsClient(GrainId)

Gibt zurück true , wenn die ID einen Client darstellt, false falls nicht.

IsClient(GrainType)

Gibt zurück true , wenn der Typ ein Client ist, false falls nicht.

IsClient(GrainId)

Gibt zurück true , wenn die ID einen Client darstellt, false falls nicht.

public static bool IsClient (this in Orleans.Runtime.GrainId id);
static member IsClient : GrainId -> bool
<Extension()>
Public Function IsClient (ByRef id As GrainId) As Boolean

Parameter

id
GrainId

Die Korn-ID.

Gibt zurück

true , wenn der Typ ein Client ist, false andernfalls.

Gilt für:

IsClient(GrainType)

Gibt zurück true , wenn der Typ ein Client ist, false falls nicht.

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

Parameter

type
GrainType

Der Korntyp.

Gibt zurück

true , wenn der Typ ein Client ist, false andernfalls.

Gilt für: