Can you do programming in visual cobol .net using await and Task operators? I have a very simple method below and wish to use async, Task and await operators. Is this possible in a windows form application?
method-id CreateUser(username as string) returning a as type Task[condition-value] async
end method.