DataCacheReadyRetryPolicy Class

 

Controls the retry policy that is used at startup of a Windows Azure cloud service.

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

Inheritance Hierarchy

System.Object
  Microsoft.ApplicationServer.Caching.DataCacheReadyRetryPolicy

Syntax

public class DataCacheReadyRetryPolicy
public ref class DataCacheReadyRetryPolicy 
type DataCacheReadyRetryPolicy = class end
Public Class DataCacheReadyRetryPolicy

Properties

Name Description
System_CAPS_pubproperty MaximumRetryIntervalInSeconds

The maximum number of seconds between retries.

System_CAPS_pubproperty RetryCount

The number of retry attempts.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Remarks

This feature is specifically targeted at Windows Azure applications that host Windows Azure Caching on roles. As the application starts, the cache cluster is also starting. It might take several retries before the cache is ready for use.

Applies only to Windows Azure Caching.

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.

See Also

Microsoft.ApplicationServer.Caching Namespace

Return to top