Partager via


DurableOrchestrationContext.CallSubOrchestratorWithRetryAsync<TResult> Méthode

Définition

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)

Paramètres de type

TResult

Paramètres

functionName
String
retryOptions
RetryOptions
instanceId
String
input
Object

Retours

Task<TResult>

S’applique à