FixedInterval.GetShouldRetry Method ()
Returns the corresponding ShouldRetry delegate.
Namespace: Microsoft.WindowsAzure.Common.TransientFaultHandling
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
public override ShouldRetry GetShouldRetry()
public:
virtual ShouldRetry^ GetShouldRetry() override
override GetShouldRetry : unit -> ShouldRetry
Public Overrides Function GetShouldRetry As ShouldRetry
Return Value
Type: Microsoft.WindowsAzure.Common.TransientFaultHandling.ShouldRetry
The ShouldRetry delegate.
See Also
FixedInterval Class
Microsoft.WindowsAzure.Common.TransientFaultHandling Namespace
Return to top