Document |
The DocumentTaskEngine type exposes the following members.
| Name | Description | |
|---|---|---|
| AbortTask | Aborts the currently executing task started by RunTask or RunTaskBlocking. Aborting may cause the host to crash so should only be used to stop a rogue, or long running document task. Any cleanup, database updating, and task scheduler notifications should be done prior to calling this method. | |
| CreateNistRdsDatabase | Creates a NIST National Software Reference Library (NSRL) Reference Data Set (RDS) database that can be used by DocumentTaskEngine to de-NIST documents while processing (see PerformNistCheck and NistRdsDatabasePath). | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| RunTask | Asynchronously executes the document task defined by the constructor DocumentTaskSettings argument. | |
| RunTaskBlocking | Executes the document task defined by the constructor DocumentTaskSettings argument synchronously (blocking). | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |