次の方法で共有


DurableOrchestrationContext.CallSubOrchestratorWithRetryAsync<TResult> メソッド

定義

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)

型パラメーター

TResult

パラメーター

functionName
String
retryOptions
RetryOptions
instanceId
String
input
Object

戻り値

Task<TResult>

適用対象