Condividi tramite


GrainTypePrefix.IsClient Metodo

Definizione

Overload

IsClient(GrainId)

Restituisce true se l'ID rappresenta un client, false se non.

IsClient(GrainType)

Restituisce true se il tipo è un client, false se non.

IsClient(GrainId)

Restituisce true se l'ID rappresenta un client, false se non.

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

Parametri

id
GrainId

ID granulare.

Restituisce

true se il tipo è un client, false se non.

Si applica a

IsClient(GrainType)

Restituisce true se il tipo è un client, false se non.

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

Parametri

type
GrainType

Tipo di granularità.

Restituisce

true se il tipo è un client, false se non.

Si applica a