DataCacheReadyRetryPolicy.MaximumRetryIntervalInSeconds Property

 

The maximum number of seconds between retries.

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

Syntax

public int MaximumRetryIntervalInSeconds { get; set; }
public:
property int MaximumRetryIntervalInSeconds {
    int get();
    void set(int value);
}
member MaximumRetryIntervalInSeconds : int with get, set
Public Property MaximumRetryIntervalInSeconds As Integer

Property Value

Type: System.Int32

Returns Int32.

See Also

DataCacheReadyRetryPolicy Class
Microsoft.ApplicationServer.Caching Namespace

Return to top