Asynchronous Methods

From RemObjects Software

Jump to: navigation, search

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



Asynchronous Methods are executed asynchronously in a worker thread. This methods are marked as async:

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.


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