DistributedParallelExtensions Methods

ScaleOut Software NamedCache API
Methods

  NameDescription
Public methodStatic memberForEachT, P, R(IQueryableT, P, FuncR, FuncT, P, R, R, FuncR, R, R)
Executes a foreach operation by replicating the localInit, body, and merge methods to hosts in the distributed StateServer store and executed concurrently and may run in parallel on any given host. Default values for DistributedParallelOptions are used.
Public methodStatic memberForEachT, P, R(IQueryableT, P, FuncR, FuncT, P, BodyState, R, R, FuncR, R, R)
Executes a foreach operation by replicating the localInit, body, and merge methods to hosts in the distributed StateServer store and executed concurrently and may run in parallel on any given host. Default values for DistributedParallelOptions are used.
Public methodStatic memberForEachT, P, R(IQueryableT, DistributedParallelOptions, P, FuncR, FuncT, P, R, R, FuncR, R, R)
Executes a foreach operation by replicating the localInit, body, and merge methods to hosts in the distributed StateServer store and executed concurrently and may run in parallel on any given host.
Public methodStatic memberForEachT, P, R(IQueryableT, DistributedParallelOptions, P, FuncR, FuncT, P, BodyState, R, R, FuncR, R, R)
Executes a foreach operation by replicating the localInit, body, and merge methods to hosts in the distributed StateServer store and executed concurrently and may run in parallel on any given host.
Top
See Also

Reference