VMware Tanzu GemFire .NET Client API Reference
ICacheExecution Interface Reference
Interface used to perform ICache level function execution More...
Inherited by CacheExecution.
Public Member Functions | |
| ICacheExecution | WithArgs (object args) |
| Builder patter method to add arguments for function execution More... | |
| ICacheExecution | WithCollector (IResultCollector collector) |
| Builder patter method to add IResultCollector for function execution More... | |
| IResultCollector | Execute (string functionToExecute, TimeSpan timeout) |
| Method to request function execution be performed More... | |
Detailed Description
Interface used to perform ICache level function execution
Member Function Documentation
◆ Execute()
| IResultCollector ICacheExecution.Execute | ( | string | functionToExecute, |
| TimeSpan | timeout | ||
| ) |
Method to request function execution be performed
- Parameters
-
functionToExecute timeout
- Returns
- IResultCollector
◆ WithArgs()
| ICacheExecution ICacheExecution.WithArgs | ( | object | args | ) |
Builder patter method to add arguments for function execution
- Parameters
-
args
- Returns
- this ICacheExecution
◆ WithCollector()
| ICacheExecution ICacheExecution.WithCollector | ( | IResultCollector | collector | ) |
Builder patter method to add IResultCollector for function execution
- Parameters
-
collector
- Returns
- this ICacheExecution
The documentation for this interface was generated from the following file:
- gemfire.client/Interfaces/ICacheExecution.cs

