ScriptFunctionInvokerBase.ProcessOutputBindingsAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
パラメーター
- functionInstanceOutputPath
- String
- outputBindings
- Collection<FunctionBinding>
- input
- Object
- binder
- Microsoft.Azure.WebJobs.Binder
- bindingData
- Dictionary<String,Object>
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET