Click or drag to resize
Execution Class

Note: This API is now obsolete.

This class encapsulates events that occur for cq.
Inheritance Hierarchy
SystemObject
  [T:GemStone.GemFire.Cache.Internal.SBWrap<gemfire::Execution>]
    GemStone.GemFire.CacheExecution

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
[ObsoleteAttribute("Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")]
public sealed class Execution : [T:GemStone.GemFire.Cache.Internal.SBWrap<gemfire::Execution>]

The Execution type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExecute(String)
Execute a function, Return resultCollector.
Public methodExecute(String, Boolean)
Execute a function, Return resultCollector.
Public methodExecute(String, Boolean, UInt32)
Execute a function, Return resultCollector.
Public methodExecute(String, Boolean, UInt32, Boolean)
Execute a function, Return resultCollector.
Public methodExecute(String, Boolean, UInt32, Boolean, Boolean)
Execute a function, Return resultCollector.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWithArgs
Add an argument, Return self.
Public methodWithCollector
Add a result collector, Return self.
Public methodWithFilter
Add a routing object, Return self.
Top
See Also