GrainTypePrefix.IsSystemTarget Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
IsSystemTarget(GrainId) |
Restituisce |
IsSystemTarget(GrainType) |
Restituisce |
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.