Click or drag to resize
Execution Methods

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