Proprietà DataCacheNotificationDescriptor.CacheName

Nome della cache che attiva la notifica della cache.

Spazio dei nomi: Microsoft.ApplicationServer.Caching
Assembly: Microsoft.ApplicationServer.Caching.Client (in microsoft.applicationserver.caching.client.dll)

Uso

Sintassi

'Dichiarazione
Public ReadOnly Property CacheName As String
public string CacheName { get; }
public:
property String^ CacheName {
    String^ get ();
}
/** @property */
public String get_CacheName ()
public function get CacheName () : String

Valore proprietà

Un valore stringa che rappresenta il nome della cache che attiva la notifica della cache.

Osservazioni

Per identificare la notifica della cache è possibile utilizzare l'oggetto DataCacheNotificationDescriptor. Il metodo delegato che viene chiamato da una notifica della cache riceve l'oggetto DataCacheNotificationDescriptor corrispondente con il parametro nd. Per ulteriori informazioni sulle notifiche cache, vedere Notifiche cache (Velocità).

Protezione thread

Qualsiasi membro statico (condiviso in Visual Basic) di questo tipo è thread safe, diversamente dai membri istanza.

Piattaforme

Piattaforme di sviluppo

Visual Studio 2010 e versioni successive, .NET Framework 4

Piattaforme di destinazione

Windows 7; Windows Server 2008 R2; Windows Server 2008 Service Pack 2; Windows Vista Service Pack 2

Vedere anche

Informazioni di riferimento

Classe DataCacheNotificationDescriptor
DataCacheNotificationDescriptor membri
Spazio dei nomi Microsoft.ApplicationServer.Caching