GrainTypePrefix.IsClient 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
IsClient(GrainId) |
Restituisce |
IsClient(GrainType) |
Restituisce |
IsClient(GrainId)
Restituisce true
se l'ID rappresenta un client, false
se non.
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
Parametri
- id
- GrainId
ID granulare.
Restituisce
true
se il tipo è un client, false
se non.
Si applica a
IsClient(GrainType)
Restituisce true
se il tipo è un client, false
se non.
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
Parametri
- type
- GrainType
Tipo di granularità.
Restituisce
true
se il tipo è un client, false
se non.