DataCacheReadyRetryPolicy.RetryCount Property

 

The number of retry attempts.

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

Syntax

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

Property Value

Type: System.Int32

Returns Int32.

See Also

DataCacheReadyRetryPolicy Class
Microsoft.ApplicationServer.Caching Namespace

Return to top