Support Dynamic Binding scenarios (non .NET languages)
See original GitHub issueAt first I understood that we could pass somme parameters to the bindings out
in function.json
({name}
is used in your samples) by adding them in the object passed to the done
function but it seems that these parameters are taken from the original input message. Do you think it would be possible to use the object passed to done
as parameters for output binding? (could be used to define the blob name, the content, etc)
Issue Analytics
- State:
- Created 8 years ago
- Reactions:24
- Comments:44 (12 by maintainers)
Top Results From Across the Web
Dynamic Binding in C# | DotNetCurry
This tutorial explores how C# supports dynamic binding. Type safety is a principle in programming languages which prevents accessing the values ...
Read more >C# 4: Real-World Example of Dynamic Types
Hist post shows the most practical application I've found so far for dynamic types in C# where he uses them to create proxy...
Read more >Dynamic Language Runtime Overview - .NET Framework
The dynamic language runtime (DLR) is a runtime environment that adds a set of services for dynamic languages to the common language runtime...
Read more >Dynamically Loading and Using Types - .NET Framework
The common language runtime supports multiple programming languages, and the binding rules of these languages differ.
Read more >Understanding Late Binding: Dynamic Objects and ...
Late binding allows for more dynamic behavior, such as working with unknown types or dynamically loaded plugins, making it ideal for scenarios ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
No update, no ETA.
Hello, is there an ETA for this?