Click or drag to resize
FunctionServiceOnServers Method (IRegionService)
Creates a new Execution object on all servers in the pool.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public static Execution OnServers(
	IRegionService cache
)

Parameters

cache
Type: GemStone.GemFire.CacheIRegionService

Return Value

Type: Execution
Exceptions
ExceptionCondition
IllegalStateExceptionwhen Pool has been closed.
Remarks