VMware Tanzu GemFire .NET Client API Reference
IRegionFunctionService< TKey, TValue > Interface Template Reference
Interface for IRegion<TKey, TValue> function services More...
Inherited by RegionFunctionService< TKey, TValue >.
Public Member Functions | |
| IRegionExecution< TKey, TValue > | GetFunctionExecutor () |
| Getter method for IRegionExecution<TKey, TValue> More... | |
Detailed Description
Interface for IRegion<TKey, TValue> function services
- Template Parameters
-
TKey TValue
Member Function Documentation
◆ GetFunctionExecutor()
| IRegionExecution<TKey, TValue> IRegionFunctionService< TKey, TValue >.GetFunctionExecutor | ( | ) |
Getter method for IRegionExecution<TKey, TValue>
- Returns
The documentation for this interface was generated from the following file:
- gemfire.client/Interfaces/IRegionFunctionService.cs

