NamedCacheInvoke Method

ScaleOut Software NamedCache API
Overload List

  NameDescription
Public methodInvokeT, P(IFilter, P, ActionT, P, TimeSpan)
Invoke the user-defined evalMethod on all StateServer objects in this NamedCache that satisfy the Query(IFilter) constraints given by filter. Each method invocation will be passed the parameter object param.
Public methodInvokeT, P(IFilter, P, ActionT, P, EvalArgs, TimeSpan)
Invoke the user-defined evalMethod on all StateServer objects in this NamedCache that satisfy the Query(IFilter) constraints given by filter. Each method invocation will be passed the parameter object param.
Public methodInvokeT, P, R(IFilter, P, FuncT, P, R, FuncR, R, R, TimeSpan)
Invoke the user-defined evalMethod on all StateServer objects in this NamedCache that satisfy the Query(IFilter) constraints given by filter. Each method invocation will be passed the parameter object param.
Public methodInvokeT, P, R(IFilter, P, FuncT, P, EvalArgs, R, FuncR, R, R, TimeSpan)
Invoke the user-defined evalMethod on all StateServer objects in this NamedCache that satisfy the Query(IFilter) constraints given by filter. Each method invocation will be passed the parameter object param.
Top
See Also

Reference