ProcessingState Class Members
In This Topic
The following tables list the members exposed by
ProcessingState.
Public Constructors
| Name | Description |
 | ProcessingState | Overloaded. Initializes a new instance of the class. |
Public Properties
| Name | Description |
 | ProgressController | Gets the progress controller. |
 | StorePredicateResults | Gets or sets a value indicating whether this result must store predicate results of triggers, analyzer result comparers and etc. |
 | ThrowTriggerActivatedException | Gets or sets a value indicating whether the exception must be thrown if an important trigger activated. |
Public Methods
| Name | Description |
 | Dispose | Releases all resources used by this object. |
 | RemoveCachedResult | Removes the processing result for the specified target from the cache. |
 | SetCachedResult | Saves the specified processing result for a target in the cache. |
 | TryGetCachedResult | Tries the get cached processing result for the specified target. |
Protected Methods
Public Events
| Name | Description |
 | Progress | Occurs when the processing progress is changed. |
 | TriggerActivated | Occurs when a trigger is activated. |
See Also