shawnallen85 commented on a change in pull request #50:
URL: 
https://github.com/apache/openwhisk-runtime-dotnet/pull/50#discussion_r616803772



##########
File path: core/dotnet2.2/QUICKSTART.md
##########
@@ -19,12 +19,20 @@
 
 # Quick .NET Core 2.2 Action
 
-A .NET Core action is a .NET Core class library with a method called `Main` 
that has the exact signature as follows:
+A .NET Core action is a .NET Core class library with a method called `Main` or 
`MainAsync` that has the exact signature as follows:

Review comment:
       These are just provided as examples of how you can create it -- it isn't 
gospel -- the user still has the option of defining the functions full name.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to