FunctionServiceOnServer Method (IRegionService) |
Creates a new Execution object on one server.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic static Execution OnServer(
IRegionService cache
)
Public Shared Function OnServer (
cache As IRegionService
) As Execution
public:
static Execution^ OnServer(
IRegionService^ cache
)
static member OnServer :
cache : IRegionService -> Execution
Parameters
- cache
- Type: GemStone.GemFire.CacheIRegionService
Return Value
Type:
Execution
Exceptions
Remarks
See Also