Condividi tramite


IGrainWithIntegerKey Interfaccia

Definizione

Interfaccia marcatore per grani con Int64 chiavi.

public interface IGrainWithIntegerKey : Orleans.IGrain
type IGrainWithIntegerKey = interface
    interface IGrain
    interface IAddressable
Public Interface IGrainWithIntegerKey
Implements IGrain
Derivato
Implementazioni

Metodi di estensione

AsReference(IAddressable, Type)

Restituisce un riferimento tipizzato alla granularità specificata.

AsReference<TGrainInterface>(IAddressable)

Restituisce un riferimento tipizzato alla granularità specificata.

BindGrainReference(IAddressable, IGrainFactory)

Associa il riferimento granulare all'oggetto specificato IGrainFactory.

Cast(IAddressable, Type)

Restituisce un riferimento tipizzato alla granularità specificata.

Cast<TGrainInterface>(IAddressable)

Restituisce un riferimento tipizzato alla granularità specificata.

GetGrainId(IAddressable)

Restituisce l'ID di granularità corrispondente alla granularità specificata.

GetGrainIdentity(IGrain)

Interfaccia marcatore per grani con Int64 chiavi.

GetPrimaryKey(IGrain)

Interfaccia marcatore per grani con Int64 chiavi.

GetPrimaryKey(IGrain, String)

Interfaccia marcatore per grani con Int64 chiavi.

GetPrimaryKey(IAddressable)

Restituisce la Guid rappresentazione di una chiave primaria granulare.

GetPrimaryKey(IAddressable, String)

Restituisce la Guid rappresentazione di una chiave primaria granulare.

GetPrimaryKeyLong(IGrain)

Interfaccia marcatore per grani con Int64 chiavi.

GetPrimaryKeyLong(IGrain, String)

Interfaccia marcatore per grani con Int64 chiavi.

GetPrimaryKeyLong(IAddressable)

Restituisce la long rappresentazione di una chiave primaria granulare.

GetPrimaryKeyLong(IAddressable, String)

Restituisce la long rappresentazione di una chiave primaria granulare.

GetPrimaryKeyString(IAddressable)

Restituisce la string chiave primaria della granularità.

IsPrimaryKeyBasedOnLong(IAddressable)

Restituisce un valore che indica se la parte della chiave primaria è di tipo long.

Si applica a