Compartilhar via


GrainTypePrefix.IsClient Método

Definição

Sobrecargas

IsClient(GrainId)

Retornará true se a ID representar um cliente, false caso contrário.

IsClient(GrainType)

Retornará true se o tipo for um cliente, false se não for.

IsClient(GrainId)

Retornará true se a ID representar um cliente, false caso contrário.

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

Parâmetros

id
GrainId

A ID de granularidade.

Retornos

true se o tipo for um cliente, false se não for.

Aplica-se a

IsClient(GrainType)

Retornará true se o tipo for um cliente, false se não for.

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

Parâmetros

type
GrainType

O tipo de granularidade.

Retornos

true se o tipo for um cliente, false se não for.

Aplica-se a