Hello Ventuzians!
THE FORUMS ARE CLOSED!

Please join our discord server HERE!! << click me :D

We are shutting our Ventuz Forum, but don't worry, it will all be archived for you to search in if you have a query. From now on, please add all your comments, questions or observations into our Discord Server

Thanks for the great time - see you on discord!!
Dee, Karol, Daniel and the whoooole Product and Support team!

async/await (.Net 4.5) in a script node

All other topics about Ventuz here.

Moderator: Support

Post Reply
plkmarudny

async/await (.Net 4.5) in a script node

Post by plkmarudny » 19 Jun 2014, 10:19

As if it is unrecognized... Is this supported?

Tomasz

User avatar
Karol
Posts: 640
Joined: 10 Jan 2012, 12:07

Re: async/await (.Net 4.5) in a script node

Post by Karol » 19 Jun 2014, 10:57

Oh! :(
This is a problem of the Script Editor!
But your code will be compiled and runs if you have namespace 'System.Threading.Tasks' included.

We have to update the Script Editor and its IntelliSense.

Best Regards
Karol

plkmarudny

Re: async/await (.Net 4.5) in a script node

Post by plkmarudny » 19 Jun 2014, 16:31

Indeed, it compiles... Thank you.

User avatar
Eric_RD
Posts: 103
Joined: 04 Jun 2014, 14:01
Contact:

Re: async/await (.Net 4.5) in a script node

Post by Eric_RD » 05 Sep 2014, 13:02

A little hint:
Although there are errors like "Semicolon expected" and "Syntax error" displayed in the debug section
and there are red underlines in the lines that contain "await" or "async",
compiling and running works!
Took me a few minutes to find out ;)

Post Reply