VMware Tanzu GemFire .NET Client API Reference
ICacheFunctionService Interface Reference
Interface for Cache level Function Service More...
Inherited by CacheFunctionService.
Public Member Functions | |
| ICacheExecution | GetOnServerExecutor () |
| Getter for executor scoped to a Server More... | |
| ICacheExecution | GetOnAllServersExecutor () |
| Getter for executor scoped to all Servers More... | |
Detailed Description
Interface for Cache level Function Service
Member Function Documentation
◆ GetOnAllServersExecutor()
| ICacheExecution ICacheFunctionService.GetOnAllServersExecutor | ( | ) |
Getter for executor scoped to all Servers
- Returns
- ICacheExecution instance
◆ GetOnServerExecutor()
| ICacheExecution ICacheFunctionService.GetOnServerExecutor | ( | ) |
Getter for executor scoped to a Server
- Returns
- ICacheExecution instance
The documentation for this interface was generated from the following file:
- gemfire.client/Interfaces/ICacheFunctionService.cs

