Constructor de DataCacheNotificationProperties
Crea una nueva instancia de la clase DataCacheNotificationProperties.
Espacio de nombres: Microsoft.ApplicationServer.Caching
Ensamblado: Microsoft.ApplicationServer.Caching.Client (en microsoft.applicationserver.caching.client.dll)
Uso
Sintaxis
'Declaración
Public Sub New ( _
maxQueueLength As Long, _
pollInterval As TimeSpan _
)
public DataCacheNotificationProperties (
long maxQueueLength,
TimeSpan pollInterval
)
public:
DataCacheNotificationProperties (
long long maxQueueLength,
TimeSpan pollInterval
)
public DataCacheNotificationProperties (
long maxQueueLength,
TimeSpan pollInterval
)
public function DataCacheNotificationProperties (
maxQueueLength : long,
pollInterval : TimeSpan
)
Parámetros
- maxQueueLength
La longitud de cola máxima para notificaciones almacenadas en el clúster de caché.
- pollInterval
La frecuencia con la que el cliente de caché se comunica con el servidor para comprobar las notificaciones.
Plataformas
Plataformas de desarrollo
Visual Studio 2010 y posterior, .NET Framework 4
Plataformas de destino
Windows 7; Windows Server 2008 R2; Windows Server 2008 Service Pack 2; Windows Vista Service Pack 2
Vea también
Referencia
Clase de DataCacheNotificationProperties
Miembros de DataCacheNotificationProperties
Espacio de nombres de Microsoft.ApplicationServer.Caching
Otros recursos
Notificaciones de caché
Uso de notificaciones de caché (Características de almacenamiento en caché de AppFabric)