Condividi tramite


GrainTypePrefix.IsGrainService(GrainType) Metodo

Definizione

Restituisce true se il tipo è un servizio di granularità, false se non.

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

Parametri

type
GrainType

Tipo di granularità.

Restituisce

true se il tipo è un servizio granulare, false se non.

Si applica a