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)
Usage
'Usage
Dim instance As DataCacheNotificationProperties
Dim value As Long
value = instance.MaxQueueLength
Syntax
'Declaration
Public ReadOnly Property MaxQueueLength As Long
public long MaxQueueLength { get; }
public:
property long long MaxQueueLength {
long long get ();
}
/** @property */
public long get_MaxQueueLength ()
public function get MaxQueueLength () : long
Property Value
Returns Int64.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Visual Studio 2010 and later, .NET Framework 4
Target Platforms
Windows 7; Windows Server 2008 R2; Windows Server 2008 Service Pack 2; Windows Vista Service Pack 2
See Also
Reference
DataCacheNotificationProperties Class
DataCacheNotificationProperties Members
Microsoft.ApplicationServer.Caching Namespace
Other Resources
Cache Notifications
Using Cache Notifications (AppFabric Caching Features)
2011-08-26