RetryPolicy.ExecuteAction(Of TResult) Method (Func(Of TResult))
Repetitively executes the specified action while it satisfies the current retry policy.
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Public Overridable Function ExecuteAction(Of TResult) ( func As Func(Of TResult) ) As TResult
Parameters
- func
-
Type:
System.Func(Of TResult)
A delegate that represents the executable action that returns the result of type TResult.
Return Value
Type: TResultThe result from the action.
Type Parameters
- TResult
The type of result expected from the executable action.
Show: