public class HtmlToPdfFileConverterWorker : JinniWorkerBase,
IFileConverterWorker, IAsyncDisposable
Public Class HtmlToPdfFileConverterWorker
Inherits JinniWorkerBase
Implements IFileConverterWorker, IAsyncDisposable
public ref class HtmlToPdfFileConverterWorker : public JinniWorkerBase,
IFileConverterWorker, IAsyncDisposable
type HtmlToPdfFileConverterWorker =
class
inherit JinniWorkerBase
interface IFileConverterWorker
interface IAsyncDisposable
end
HtmlToPdfFileConverterWorker | Создаёт экземпляр класса с указанием его зависимостей. |
ConvertFileAsync | Преобразует файл в заданный формат. |
ConvertFileInternalAsync | (Унаследован от JinniWorkerBase) |
DisposeAsync | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously. |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
PerformMaintenanceAsync | Выполняет обработку в процессе выполнения цикла обслуживания для очереди на конвертацию файлов. Метод запускается множество раз внутри цикла с переидичностью, заданной в конфигурационном файле. |
PreprocessAsync | Выполняет обработку перед запуском цикла обслуживания для очереди на конвертацию файлов. Метод запускается единственный раз при старте сервиса конвертации. |
ToString | Returns a string that represents the current object. (Унаследован от Object) |