Interface IExecutionService
This interface contains properties and methods required for a Execution Service.
Namespace:
Assembly: Alachisoft.NCache.Client.dll
Syntax
public interface IExecutionService
Methods
| Name | Description |
|---|---|
| Invoke(IEnumerable<String>, IEntryProcessor, ReadThruOptions, WriteThruOptions, Object[]) | Execution of entry processor on a set of keys (regardless of caching topology used), allows to execute code against a set of cache entries on server-side, without fetching any data on client-side. |
| Invoke(String, IEntryProcessor, ReadThruOptions, WriteThruOptions, Object[]) | Execution of entry processor (regardless of caching topology used), allows to execute code against a cache entry on server-side, without fetching any data on client-side. |