Click or drag to resize

DocumentTaskEngine Methods

The DocumentTaskEngine type exposes the following members.

Methods
 NameDescription
Public methodAbortTask 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.
Public methodStatic memberCreateNistRdsDatabase 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).
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodRunTask Asynchronously executes the document task defined by the constructor DocumentTaskSettings argument.
Public methodRunTaskBlocking Executes the document task defined by the constructor DocumentTaskSettings argument synchronously (blocking).
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also