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

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

Parameters

cache
Type: GemStone.GemFire.Cache.GenericIRegionService

Return Value

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