| FlowEngine Methods |
The FlowEngine type exposes the following members.
| Name | Description | |
|---|---|---|
| AssignEngineInputs |
Assigns the input variables to the running context. One of collectionValues or namedValues must be used. The other one must be null.
(Inherited from ActiveElementEngine.) | |
| Cancel |
Cancels the running engine execution
(Inherited from ActiveElementEngine.) | |
| Dispose | (Inherited from ActiveElementEngine.) | |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Initialize | (Inherited from ActiveElementEngine.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Next |
Next element to execute
(Inherited from ActiveElementEngine.) | |
| OnActiveElementCallback | (Inherited from ActiveElementEngine.) | |
| OnActiveElementEngineCreated | (Inherited from ActiveElementEngine.) | |
| OnActiveElementExecuted | (Inherited from ActiveElementEngine.) | |
| OnActiveElementExecuting | (Inherited from ActiveElementEngine.) | |
| OnActiveElementItemOutOfScope | (Inherited from ActiveElementEngine.) | |
| OnActiveElementItemTracing | (Inherited from ActiveElementEngine.) | |
| OnExecuting | (Inherited from ActiveElementEngine.) | |
| OnExecutionCompleted | (Overrides ActiveElementEngineOnExecutionCompleted.) | |
| OnRunning(IDictionaryString, Object) | (Overrides ActiveElementEngineOnRunning(IDictionaryString, Object).) | |
| OnRunning(Object) | (Overrides ActiveElementEngineOnRunning(Object).) | |
| RemoveAllLocalVariables | (Inherited from ActiveElementEngine.) | |
| Reset |
Brings back the engine in the state of before initialization and execution
(Inherited from ActiveElementEngine.) | |
| Resume |
If a flow was suspended this method can resume it from it previous state
| |
| Run(IDictionaryString, Object) |
Runs the provided model
(Inherited from ActiveElementEngine.) | |
| Run(Object) |
Run the engine
(Inherited from ActiveElementEngine.) | |
| StartRun | (Inherited from ActiveElementEngine.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |