RetryPolicy<T> 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.(Inherited from RetryPolicy.)

System_CAPS_pubmethodExecuteAction<TResult>(Func<TResult>)

Repetitively executes the specified action while it satisfies the current retry policy.(Inherited from RetryPolicy.)

System_CAPS_pubmethodExecuteAsync(Func<Task>)

Repetitively executes the specified asynchronous task while it satisfies the current retry policy.(Inherited from RetryPolicy.)

System_CAPS_pubmethodExecuteAsync(Func<Task>, CancellationToken)

Repetitively executes the specified asynchronous task while it satisfies the current retry policy.(Inherited from RetryPolicy.)

System_CAPS_pubmethodExecuteAsync<TResult>(Func<Task<TResult>>)

Repeatedly executes the specified asynchronous task while it satisfies the current retry policy.(Inherited from RetryPolicy.)

System_CAPS_pubmethodExecuteAsync<TResult>(Func<Task<TResult>>, CancellationToken)

Repeatedly executes the specified asynchronous task while it satisfies the current retry policy.(Inherited from RetryPolicy.)

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.(Inherited from RetryPolicy.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: