ResultCollectorGAddResult Method |
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxvoid AddResult(
Object result
)
Sub AddResult (
result As Object
)
void AddResult(
Object^ result
)
abstract AddResult :
result : Object -> unit
Parameters
- result
- Type: SystemObject
See Also