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)

Syntax

public TimeSpan PollInterval { get; }
public:
property TimeSpan PollInterval {
    TimeSpan get();
}
member PollInterval : TimeSpan with get
Public ReadOnly Property PollInterval As TimeSpan

Property Value

Type: System.TimeSpan

Returns TimeSpan.

See Also

DataCacheNotificationProperties Class
Microsoft.ApplicationServer.Caching Namespace

Return to top