RetryPolicy.ExecuteAction Method (Action)

 

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

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

Public Overridable Sub ExecuteAction (
	action As Action
)

Parameters

action
Type: System.Action

A delegate that represents the executable action that doesn't return any results.

Return to top
Show: