DurableOrchestrationContext.CallSubOrchestratorAsync<TResult> Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public override System.Threading.Tasks.Task<TResult> CallSubOrchestratorAsync<TResult>(string functionName, string instanceId, object input);
override this.CallSubOrchestratorAsync : string * string * obj -> System.Threading.Tasks.Task<'Result>
Public Overrides Function CallSubOrchestratorAsync(Of TResult) (functionName As String, instanceId As String, input As Object) As Task(Of TResult)
Type Parameters
- TResult
Parameters
- functionName
- String
- instanceId
- String
- input
- Object
Returns
Task<TResult>
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET