VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Processing Namespace / ProcessingState Class
Constructors Properties Methods Events SeeAlso
In This Topic
ProcessingState Class Members
In This Topic
The following tables list the members exposed by ProcessingState.
Public Constructors
 NameDescription
Public ConstructorOverloaded. Initializes a new instance of the class.
Public Properties
 NameDescription
Public PropertyGets the progress controller.
Public PropertyGets or sets a value indicating whether this result must store predicate results of triggers, analyzer result comparers and etc.
Public PropertyGets or sets a value indicating whether the exception must be thrown if an important trigger activated.
Public Methods
 NameDescription
Public MethodReleases all resources used by this object.
Public MethodRemoves the processing result for the specified target from the cache.
Public MethodSaves the specified processing result for a target in the cache.
Public MethodTries the get cached processing result for the specified target.
Protected Methods
 NameDescription
Protected MethodRaises the Progress event.
Protected MethodRaises the TriggerActivated event.
Public Events
 NameDescription
Public EventOccurs when the processing progress is changed.
Public EventOccurs when a trigger is activated.
See Also