Compartilhar via


GrainTypePrefix.IsSystemTarget Método

Definição

Sobrecargas

IsSystemTarget(GrainId)

Retornará true se a ID representar um destino do sistema, false caso contrário.

IsSystemTarget(GrainType)

Retornará true se o tipo for um destino do sistema, false caso contrário.

IsSystemTarget(GrainId)

Retornará true se a ID representar um destino do sistema, false caso contrário.

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

Parâmetros

id
GrainId

A ID da granularidade.

Retornos

true se o tipo for um destino do sistema, false caso contrário.

Aplica-se a

IsSystemTarget(GrainType)

Retornará true se o tipo for um destino do sistema, false caso contrário.

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

Parâmetros

type
GrainType

O tipo de granularidade.

Retornos

true se o tipo for um destino do sistema, false caso contrário.

Aplica-se a