DurableOrchestrationContextBase.CallSubOrchestratorWithRetryAsync 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
CallSubOrchestratorWithRetryAsync(String, RetryOptions, Object)
public virtual System.Threading.Tasks.Task CallSubOrchestratorWithRetryAsync (string functionName, Microsoft.Azure.WebJobs.RetryOptions retryOptions, object input);
abstract member CallSubOrchestratorWithRetryAsync : string * Microsoft.Azure.WebJobs.RetryOptions * obj -> System.Threading.Tasks.Task
override this.CallSubOrchestratorWithRetryAsync : string * Microsoft.Azure.WebJobs.RetryOptions * obj -> System.Threading.Tasks.Task
Public Overridable Function CallSubOrchestratorWithRetryAsync (functionName As String, retryOptions As RetryOptions, input As Object) As Task
Parâmetros
- functionName
- String
- retryOptions
- RetryOptions
- input
- Object
Retornos
Aplica-se a
CallSubOrchestratorWithRetryAsync(String, RetryOptions, String, Object)
public virtual System.Threading.Tasks.Task CallSubOrchestratorWithRetryAsync (string functionName, Microsoft.Azure.WebJobs.RetryOptions retryOptions, string instanceId, object input);
abstract member CallSubOrchestratorWithRetryAsync : string * Microsoft.Azure.WebJobs.RetryOptions * string * obj -> System.Threading.Tasks.Task
override this.CallSubOrchestratorWithRetryAsync : string * Microsoft.Azure.WebJobs.RetryOptions * string * obj -> System.Threading.Tasks.Task
Public Overridable Function CallSubOrchestratorWithRetryAsync (functionName As String, retryOptions As RetryOptions, instanceId As String, input As Object) As Task
Parâmetros
- functionName
- String
- retryOptions
- RetryOptions
- instanceId
- String
- input
- Object
Retornos
Aplica-se a
CallSubOrchestratorWithRetryAsync<TResult>(String, RetryOptions, Object)
public virtual System.Threading.Tasks.Task<TResult> CallSubOrchestratorWithRetryAsync<TResult> (string functionName, Microsoft.Azure.WebJobs.RetryOptions retryOptions, object input);
abstract member CallSubOrchestratorWithRetryAsync : string * Microsoft.Azure.WebJobs.RetryOptions * obj -> System.Threading.Tasks.Task<'Result>
override this.CallSubOrchestratorWithRetryAsync : string * Microsoft.Azure.WebJobs.RetryOptions * obj -> System.Threading.Tasks.Task<'Result>
Public Overridable Function CallSubOrchestratorWithRetryAsync(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
CallSubOrchestratorWithRetryAsync<TResult>(String, RetryOptions, String, Object)
public abstract System.Threading.Tasks.Task<TResult> CallSubOrchestratorWithRetryAsync<TResult> (string functionName, Microsoft.Azure.WebJobs.RetryOptions retryOptions, string instanceId, object input);
abstract member CallSubOrchestratorWithRetryAsync : string * Microsoft.Azure.WebJobs.RetryOptions * string * obj -> System.Threading.Tasks.Task<'Result>
Public MustOverride Function CallSubOrchestratorWithRetryAsync(Of TResult) (functionName As String, retryOptions As RetryOptions, instanceId As String, input As Object) As Task(Of TResult)
Parâmetros de tipo
- TResult
Parâmetros
- functionName
- String
- retryOptions
- RetryOptions
- instanceId
- String
- input
- Object
Retornos
Task<TResult>
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET