NamedCacheSingleObjectInvoke Method

ScaleOut Software NamedCache API
Overload List

  NameDescription
Public methodSingleObjectInvokeT, P(CachedObjectId, P, ActionT, P, TimeSpan)
Invoke the user-defined method on the StateServer object identified by objectId within this NamedCache. The method invocation will be passed the parameter object param. In this overload, method has a void return.
Public methodSingleObjectInvokeT, P(CachedObjectId, P, ActionT, P, EvalArgs, TimeSpan)
Invoke the user-defined method on the StateServer object identified by objectId within this NamedCache. The method invocation will be passed the parameter object param. In this overload, method has a void return.
Public methodSingleObjectInvokeT, P, R(CachedObjectId, P, FuncT, P, R, TimeSpan)
Invoke the user-defined method on the StateServer object identified by objectId within this NamedCache. The method invocation will be passed the parameter object param. The result returned from method is returned to the caller of this method.
Public methodSingleObjectInvokeT, P, R(CachedObjectId, P, FuncT, P, EvalArgs, R, TimeSpan)
Invoke the user-defined method on the StateServer object identified by objectId within this NamedCache. The method invocation will be passed the parameter object param. The result returned from method is returned to the caller of this method.
Top
See Also

Reference