RetryPolicy Methods

 

Namespace:   Microsoft.WindowsAzure.Common.TransientFaultHandling
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodExecuteAction(Action)

Repetitively executes the specified action while it satisfies the current retry policy.

System_CAPS_pubmethodExecuteAction(Of TResult)(Func(Of TResult))

Repetitively executes the specified action while it satisfies the current retry policy.

System_CAPS_pubmethodExecuteAsync(Func(Of Task))

Repetitively executes the specified asynchronous task while it satisfies the current retry policy.

System_CAPS_pubmethodExecuteAsync(Func(Of Task), CancellationToken)

Repetitively executes the specified asynchronous task while it satisfies the current retry policy.

System_CAPS_pubmethodExecuteAsync(Of TResult)(Func(Of Task(Of TResult)))

Repeatedly executes the specified asynchronous task while it satisfies the current retry policy.

System_CAPS_pubmethodExecuteAsync(Of TResult)(Func(Of Task(Of TResult)), CancellationToken)

Repeatedly executes the specified asynchronous task while it satisfies the current retry policy.

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodOnRetrying(Int32, Exception, TimeSpan)

Notifies the subscribers whenever a retry condition is encountered.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: