Freigeben über


DurableOrchestrationContext.CallSubOrchestratorWithRetryAsync<TResult> Methode

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)

Typparameter

TResult

Parameter

functionName
String
retryOptions
RetryOptions
instanceId
String
input
Object

Gibt zurück

Task<TResult>

Gilt für: