Click or drag to resize
FunctionServiceTResultOnServers Method (Pool)
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(
	Pool pl
)

Parameters

pl
Type: GemStone.GemFire.Cache.GenericPool

Return Value

Type: ExecutionTResult
Exceptions
ExceptionCondition
UnsupportedOperationExceptionunsupported operation exception, when Pool is in multiusersecure mode.
Remarks