Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 396 Bytes

File metadata and controls

20 lines (12 loc) · 396 Bytes

keywords: Call to parallel

Migrated Code Examples:

Simple Call

 new ParallelProgAsync().Run();

Using Return context id

 ContextID.Value = new ParallelProgAsync().Run();

The parallel program has an additional class having the same name as the original class suffixed by 'Async'.

This class is the one called when calling the program as parallel.