Compartilhar via


DurableOrchestrationContext.CallSubOrchestratorWithRetryAsync<TResult> Método

Definição

public override System.Threading.Tasks.Task<TResult> CallSubOrchestratorWithRetryAsync<TResult> (string functionName, Microsoft.Azure.WebJobs.RetryOptions retryOptions, string instanceId, object input);
override this.CallSubOrchestratorWithRetryAsync : string * Microsoft.Azure.WebJobs.RetryOptions * string * obj -> System.Threading.Tasks.Task<'Result>
Public Overrides 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