DataCacheNotificationProperties.MaxQueueLength Property

 

Gets the maximum queue length for notifications on the cache cluster.

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

Syntax

public long MaxQueueLength { get; }
public:
property long long MaxQueueLength {
    long long get();
}
member MaxQueueLength : int64 with get
Public ReadOnly Property MaxQueueLength As Long

Property Value

Type: System.Int64

Returns Int64.

See Also

DataCacheNotificationProperties Class
Microsoft.ApplicationServer.Caching Namespace

Return to top