DistributedParallelExtensions Class

ScaleOut Software NamedCache API
Host class for the ForEach extension methods which allow you to execute a method in parallel on all connected StateServer hosts and merge the results.
Inheritance Hierarchy

SystemObject
  Soss.ClientDistributedParallelExtensions

Namespace:  Soss.Client
Assembly:  soss_namedcache (in soss_namedcache.dll) Version: 6.2.0.0
Syntax

public static class DistributedParallelExtensions
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