DataCacheNotificationProperties.PollInterval Property
Gets the polling interval that the cache client uses to check 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 TimeSpan
value = instance.PollInterval
Syntax
'Declaration
Public ReadOnly Property PollInterval As TimeSpan
public TimeSpan PollInterval { get; }
public:
property TimeSpan PollInterval {
TimeSpan get ();
}
/** @property */
public TimeSpan get_PollInterval ()
public function get PollInterval () : TimeSpan
Property Value
Returns TimeSpan.
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