Click or drag to resize
ExecutionTResult Class
This class encapsulates events that occur for cq.
Inheritance Hierarchy
SystemObject
  [T:GemStone.GemFire.Cache.Generic.Internal.SBWrap<gemfire::Execution>]
    GemStone.GemFire.Cache.GenericExecutionTResult

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public sealed class Execution<TResult> : [T:GemStone.GemFire.Cache.Generic.Internal.SBWrap<gemfire::Execution>]

Type Parameters

TResult

The ExecutionTResult 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 methodWithArgsTArgs
Add an argument, Return self.
Public methodWithCollector
Public methodWithFilterTFilter
Top
See Also