[This is preliminary documentation and is subject to change.]
The IMyParallelTask type exposes the following members.
Methods
| Name | Description |
---|
| Do(Action) | |
| Do(IWork) | |
| Do(Action, Action) | |
| Do(IWork, IWork) | |
| For(Int32, Int32, ActionInt32) | |
| For(Int32, Int32, ActionInt32, Int32) | |
| ForEachT | |
| Start(Action) | |
| Start(IWork) | |
| Start(Action, WorkOptions) | |
| Start(Action, Action) | |
| Start(IWork, Action) | |
| Start(Action, WorkOptions, Action) | |
| StartBackground(Action) | |
| StartBackground(IWork) | |
| StartBackground(Action, Action) | |
| StartBackground(IWork, Action) | |
TopSee Also