Click or drag to resize
FunctionServiceTResultOnRegionTKey, TValue Method

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public static Execution<TResult> OnRegion<TKey, TValue>(
	IRegion<TKey, TValue> rg
)

Parameters

rg
Type: GemStone.GemFire.Cache.GenericIRegionTKey, TValue

Type Parameters

TKey
TValue

Return Value

Type: ExecutionTResult
See Also