Condividi tramite


GrainTypePrefix.IsSystemTarget Metodo

Definizione

Overload

IsSystemTarget(GrainId)

Restituisce true se l'ID rappresenta una destinazione di sistema, false se non.

IsSystemTarget(GrainType)

Restituisce true se il tipo è una destinazione di sistema, false se non.

IsSystemTarget(GrainId)

Restituisce true se l'ID rappresenta una destinazione di sistema, false se non.

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

Parametri

id
GrainId

ID granulare.

Restituisce

true se il tipo è una destinazione di sistema, false se non.

Si applica a

IsSystemTarget(GrainType)

Restituisce true se il tipo è una destinazione di sistema, false se non.

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

Parametri

type
GrainType

Tipo di granularità.

Restituisce

true se il tipo è una destinazione di sistema, false se non.

Si applica a