Async (keyword)

From RemObjects Software

Jump to: navigation, search

This is a Oxygene Language Feature topic
Feel free to add your notes to this topic below.



The async keyword can be applied to a method to indicate that the method will be executed asynchronously in a worker thread.

method ExecuteIt(Command, Parameters: string); async;

When calling an async method, the call immediately returns.

Async methods may not return a value or expect var or out parameters.

Applies to


See Also


Product: RemObjects Oxygene (formerly known as Chrome)
Current version: 3.0 Previous Versions: 'Joyride' (2.0), 'Floorshow' (1.5), 'Adrenochrome' (1.0)

GlossaryKeywordsLanguage FeaturesPlatform FeaturesSamplesArticlesHow ToIssues

Personal tools