Compartir a través de


GrainTypePrefix.IsSystemTarget Método

Definición

Sobrecargas

IsSystemTarget(GrainId)

Devuelve true si el identificador representa un destino del sistema, false si no es así.

IsSystemTarget(GrainType)

Devuelve true si el tipo es un destino del sistema, false si no es así.

IsSystemTarget(GrainId)

Devuelve true si el identificador representa un destino del sistema, false si no es así.

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

Identificador de grano.

Devoluciones

true si el tipo es un destino del sistema, false si no es así.

Se aplica a

IsSystemTarget(GrainType)

Devuelve true si el tipo es un destino del sistema, false si no es así.

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

Tipo de grano.

Devoluciones

true si el tipo es un destino del sistema, false si no es así.

Se aplica a