DataCacheNotificationProperties Constructor (Int64, TimeSpan)

 

Creates a new instance of the DataCacheNotificationProperties class.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Client (in Microsoft.ApplicationServer.Caching.Client.dll)

Syntax

public DataCacheNotificationProperties(
    long maxQueueLength,
    TimeSpan pollInterval
)
public:
DataCacheNotificationProperties(
    long long maxQueueLength,
    TimeSpan pollInterval
)
new : 
        maxQueueLength:int64 *
        pollInterval:TimeSpan -> DataCacheNotificationProperties
Public Sub New (
    maxQueueLength As Long,
    pollInterval As TimeSpan
)

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.

See Also

DataCacheNotificationProperties Class
Microsoft.ApplicationServer.Caching Namespace

Return to top