DurableOrchestrationContextBase.CallSubOrchestratorAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
CallSubOrchestratorAsync(String, Object) | |
CallSubOrchestratorAsync(String, String, Object) | |
CallSubOrchestratorAsync<TResult>(String, Object) | |
CallSubOrchestratorAsync<TResult>(String, String, Object) |
CallSubOrchestratorAsync(String, Object)
public virtual System.Threading.Tasks.Task CallSubOrchestratorAsync (string functionName, object input);
abstract member CallSubOrchestratorAsync : string * obj -> System.Threading.Tasks.Task
override this.CallSubOrchestratorAsync : string * obj -> System.Threading.Tasks.Task
Public Overridable Function CallSubOrchestratorAsync (functionName As String, input As Object) As Task
Paramètres
- functionName
- String
- input
- Object
Retours
S’applique à
CallSubOrchestratorAsync(String, String, Object)
public virtual System.Threading.Tasks.Task CallSubOrchestratorAsync (string functionName, string instanceId, object input);
abstract member CallSubOrchestratorAsync : string * string * obj -> System.Threading.Tasks.Task
override this.CallSubOrchestratorAsync : string * string * obj -> System.Threading.Tasks.Task
Public Overridable Function CallSubOrchestratorAsync (functionName As String, instanceId As String, input As Object) As Task
Paramètres
- functionName
- String
- instanceId
- String
- input
- Object
Retours
S’applique à
CallSubOrchestratorAsync<TResult>(String, Object)
public virtual System.Threading.Tasks.Task<TResult> CallSubOrchestratorAsync<TResult> (string functionName, object input);
abstract member CallSubOrchestratorAsync : string * obj -> System.Threading.Tasks.Task<'Result>
override this.CallSubOrchestratorAsync : string * obj -> System.Threading.Tasks.Task<'Result>
Public Overridable Function CallSubOrchestratorAsync(Of TResult) (functionName As String, input As Object) As Task(Of TResult)
Paramètres de type
- TResult
Paramètres
- functionName
- String
- input
- Object
Retours
Task<TResult>
S’applique à
CallSubOrchestratorAsync<TResult>(String, String, Object)
public abstract System.Threading.Tasks.Task<TResult> CallSubOrchestratorAsync<TResult> (string functionName, string instanceId, object input);
abstract member CallSubOrchestratorAsync : string * string * obj -> System.Threading.Tasks.Task<'Result>
Public MustOverride Function CallSubOrchestratorAsync(Of TResult) (functionName As String, instanceId As String, input As Object) As Task(Of TResult)
Paramètres de type
- TResult
Paramètres
- functionName
- String
- instanceId
- String
- input
- Object
Retours
Task<TResult>
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET