-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Description
It should be possible to define method like this:
public Task<JObject> Main(JObject args)
That's very common definition in ASP.Net.
It's also the case in Amazon Lambdas and Azure Functions
If you are using .NET asynchronous programming, the return type can be Task and Task types and use async and await keywords.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels