QueryableExtensions Class

ScaleOut Software NamedCache API
A static class containing extension methods useful for extending StateServer property index queries.
Inheritance Hierarchy

SystemObject
  Soss.ClientQueryableExtensions

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

public static class QueryableExtensions

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
Remarks

For an overview of StateServer's integration with .Net's Language Integrated Query (LINQ) facility see LINQ Overview.
See Also

Reference

Other Resources