Share via


DurableOrchestrationContext.CallSubOrchestratorWithRetryAsync<TResult> Method

Definition

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)

Type Parameters

TResult

Parameters

functionName
String
retryOptions
RetryOptions
instanceId
String
input
Object

Returns

Task<TResult>

Applies to