GrainTypePrefix.IsClient Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
IsClient(GrainId) |
Retornará |
IsClient(GrainType) |
Retornará |
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.