MultiThreaded

StockSharp.Xaml.Charting.Threading

方法

For
internal static void For(int fromInclusive, int toExclusive, Action<int> action)
MultiThreaded.For(fromInclusive, toExclusive, action)

并行循环。 Invokes 给定动作, 传递参数 fromInclusive - toExclusive 。 当循环完成时返回 。