DataCacheNotificationProperties Constructor (Int64, TimeSpan)
Creates a new instance of the DataCacheNotificationProperties class.
Assembly: Microsoft.ApplicationServer.Caching.Client (in Microsoft.ApplicationServer.Caching.Client.dll)
public: DataCacheNotificationProperties( long long maxQueueLength, TimeSpan pollInterval )
Parameters
- maxQueueLength
-
Type:
System::Int64
The maximum queue length for stored notifications on the cache cluster.
- pollInterval
-
Type:
System::TimeSpan
The frequency with which the cache client communicates with the server to check for notifications.
Show: