Click or drag to resize
ExecutionTResultWithCollector Method

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public Execution<TResult> WithCollector(
	IResultCollector<TResult> rc
)

Parameters

rc
Type: GemStone.GemFire.Cache.GenericIResultCollectorTResult

Return Value

Type: ExecutionTResult
See Also