Click or drag to resize

asyncDo Class

A static container for identity method
Inheritance Hierarchy
SystemObject
  WhetStone.LoopingasyncDo

Namespace:  WhetStone.Looping
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public static class asyncDo
Methods
  NameDescription
Public methodStatic memberAsyncDoT(IEnumerableT, ActionT)
Public methodStatic memberAsyncDoT(IEnumerableT, ActionT, Int64)
Public methodStatic memberAsyncDoT(IEnumerableT, ActionT, ParallelLoopState)
Public methodStatic memberAsyncDoT(IEnumerableT, ActionT, ParallelLoopState, Int64)
Public methodStatic memberAsyncDoT(IListT, ActionT)
Public methodStatic memberAsyncDoT(IListT, ActionT, Int64)
Public methodStatic memberAsyncDoT(IListT, ActionT, ParallelLoopState)
Public methodStatic memberAsyncDoT(IListT, ActionT, ParallelLoopState, Int64)
Public methodStatic memberAsyncDoT(IEnumerableT, ActionT, Int32)
Public methodStatic memberAsyncDoT(IEnumerableT, ActionT, ParallelOptions)
Public methodStatic memberAsyncDoT(IEnumerableT, ActionT, Int64, Int32)
Public methodStatic memberAsyncDoT(IEnumerableT, ActionT, Int64, ParallelOptions)
Public methodStatic memberAsyncDoT(IEnumerableT, ActionT, ParallelLoopState, Int32)
Public methodStatic memberAsyncDoT(IEnumerableT, ActionT, ParallelLoopState, ParallelOptions)
Public methodStatic memberAsyncDoT(IEnumerableT, ActionT, ParallelLoopState, Int64, Int32)
Public methodStatic memberAsyncDoT(IEnumerableT, ActionT, ParallelLoopState, Int64, ParallelOptions)
Public methodStatic memberAsyncDoT(IListT, ActionT, Int32)
Public methodStatic memberAsyncDoT(IListT, ActionT, ParallelOptions)
Public methodStatic memberAsyncDoT(IListT, ActionT, Int64, Int32)
Public methodStatic memberAsyncDoT(IListT, ActionT, Int64, ParallelOptions)
Public methodStatic memberAsyncDoT(IListT, ActionT, ParallelLoopState, Int32)
Public methodStatic memberAsyncDoT(IListT, ActionT, ParallelLoopState, ParallelOptions)
Public methodStatic memberAsyncDoT(IListT, ActionT, ParallelLoopState, Int64, Int32)
Public methodStatic memberAsyncDoT(IListT, ActionT, ParallelLoopState, Int64, ParallelOptions)
Top
See Also