RetryPolicy.RetryStrategy Property
Gets the retry strategy.
Namespace: Microsoft.WindowsAzure.Common.TransientFaultHandling
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
public RetryStrategy RetryStrategy { get; private set; }
public:
property RetryStrategy^ RetryStrategy {
RetryStrategy^ get();
private: void set(RetryStrategy^ value);
}
member RetryStrategy : RetryStrategy with get, private set
Public Property RetryStrategy As RetryStrategy
Get
Private Set
End Property
Property Value
Type: Microsoft.WindowsAzure.Common.TransientFaultHandling.RetryStrategy
See Also
RetryPolicy Class
Microsoft.WindowsAzure.Common.TransientFaultHandling Namespace
Return to top