QueryableExtensions Methods

ScaleOut Software NamedCache API

The QueryableExtensions type exposes the following members.

Methods

  NameDescription
Public methodStatic memberAsFilterT
Public methodStatic memberInvokeT, P(IQueryableT, TimeSpan, P, ActionT, P)
Invokes a user-supplied evalMethod in a parallel distributed fashion for each object in the sequence source.
Public methodStatic memberInvokeT, P(IQueryableT, TimeSpan, P, ActionT, P, EvalArgs)
Invokes a user-supplied evalMethod in a parallel distributed fashion for each object in the sequence source.
Public methodStatic memberInvokeT, P, R(IQueryableT, TimeSpan, P, FuncT, P, R)
Invokes a user-supplied evalMethod in a parallel distributed fashion for each object in the sequence source.
Public methodStatic memberInvokeT, P, R(IQueryableT, TimeSpan, P, FuncT, P, EvalArgs, R)
Invokes a user-supplied evalMethod in a parallel distributed fashion for each object in the sequence source.
Public methodStatic memberInvokeFilterT, P
Executes a user-supplied predicate method to filter objects of type T in parallel via a StateServer InvocationGrid.
Public methodStatic memberMergeR
Executes a user-supplied method that implements a pairwise merge on the result objects output from multiple invocations of the evalMethod from Invoke Overload.
Top
See Also

Reference