DurableOrchestrationContext.CallActivityWithRetryAsync<TResult> Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public override System.Threading.Tasks.Task<TResult> CallActivityWithRetryAsync<TResult> (string functionName, Microsoft.Azure.WebJobs.RetryOptions retryOptions, object input);
override this.CallActivityWithRetryAsync : string * Microsoft.Azure.WebJobs.RetryOptions * obj -> System.Threading.Tasks.Task<'Result>
Public Overrides Function CallActivityWithRetryAsync(Of TResult) (functionName As String, retryOptions As RetryOptions, input As Object) As Task(Of TResult)
Type Parameters
- TResult
Parameters
- functionName
- String
- retryOptions
- RetryOptions
- input
- Object
Returns
Task<TResult>
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET