DurableOrchestrationContextBase.CallActivityWithRetryAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
CallActivityWithRetryAsync(String, RetryOptions, Object) | |
CallActivityWithRetryAsync<TResult>(String, RetryOptions, Object) |
CallActivityWithRetryAsync(String, RetryOptions, Object)
public virtual System.Threading.Tasks.Task CallActivityWithRetryAsync (string functionName, Microsoft.Azure.WebJobs.RetryOptions retryOptions, object input);
abstract member CallActivityWithRetryAsync : string * Microsoft.Azure.WebJobs.RetryOptions * obj -> System.Threading.Tasks.Task
override this.CallActivityWithRetryAsync : string * Microsoft.Azure.WebJobs.RetryOptions * obj -> System.Threading.Tasks.Task
Public Overridable Function CallActivityWithRetryAsync (functionName As String, retryOptions As RetryOptions, input As Object) As Task
Parâmetros
- functionName
- String
- retryOptions
- RetryOptions
- input
- Object
Retornos
Aplica-se a
CallActivityWithRetryAsync<TResult>(String, RetryOptions, Object)
public abstract System.Threading.Tasks.Task<TResult> CallActivityWithRetryAsync<TResult> (string functionName, Microsoft.Azure.WebJobs.RetryOptions retryOptions, object input);
abstract member CallActivityWithRetryAsync : string * Microsoft.Azure.WebJobs.RetryOptions * obj -> System.Threading.Tasks.Task<'Result>
Public MustOverride Function CallActivityWithRetryAsync(Of TResult) (functionName As String, retryOptions As RetryOptions, input As Object) As Task(Of TResult)
Parâmetros de tipo
- TResult
Parâmetros
- functionName
- String
- retryOptions
- RetryOptions
- input
- Object
Retornos
Task<TResult>
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET