ScriptFunctionInvokerBase.ProcessOutputBindingsAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
protected virtual System.Threading.Tasks.Task ProcessOutputBindingsAsync (string functionInstanceOutputPath, System.Collections.ObjectModel.Collection<Microsoft.Azure.WebJobs.Script.Binding.FunctionBinding> outputBindings, object input, Microsoft.Azure.WebJobs.Binder binder, System.Collections.Generic.Dictionary<string,object> bindingData);
abstract member ProcessOutputBindingsAsync : string * System.Collections.ObjectModel.Collection<Microsoft.Azure.WebJobs.Script.Binding.FunctionBinding> * obj * Microsoft.Azure.WebJobs.Binder * System.Collections.Generic.Dictionary<string, obj> -> System.Threading.Tasks.Task
override this.ProcessOutputBindingsAsync : string * System.Collections.ObjectModel.Collection<Microsoft.Azure.WebJobs.Script.Binding.FunctionBinding> * obj * Microsoft.Azure.WebJobs.Binder * System.Collections.Generic.Dictionary<string, obj> -> System.Threading.Tasks.Task
Protected Overridable Function ProcessOutputBindingsAsync (functionInstanceOutputPath As String, outputBindings As Collection(Of FunctionBinding), input As Object, binder As Binder, bindingData As Dictionary(Of String, Object)) As Task
Parameter
- functionInstanceOutputPath
- String
- outputBindings
- Collection<FunctionBinding>
- input
- Object
- binder
- Microsoft.Azure.WebJobs.Binder
- bindingData
- Dictionary<String,Object>
Gibt zurück
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET