public class PdfFileConverterWorker : IFileConverterWorker,
IAsyncDisposable
Public Class PdfFileConverterWorker
Implements IFileConverterWorker, IAsyncDisposable
public ref class PdfFileConverterWorker : IFileConverterWorker,
IAsyncDisposable
type PdfFileConverterWorker =
class
interface IFileConverterWorker
interface IAsyncDisposable
end
PdfFileConverterWorker | Создаёт экземпляр класса с указанием его зависимостей. |
ConvertFileAsync | Преобразует файл в заданный формат. |
DisposeAsync | Освобождение занятых ресурсов. Метод принудительно закрывает все запущенные процессы. |
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 | Выполняет обработку перед запуском цикла обслуживания для очереди на конвертацию файлов. Метод запускается единственный раз при старте сервиса конвертации. |
PreprocessOrPerformMaintenanceCoreAsync | Выполняется в методах PreprocessAsync(CancellationToken) или PerformMaintenanceAsync(CancellationToken). |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
Get | (Определяется ComHelper) |
InternalMarkerCanvas |
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor) |
Invoke | (Определяется ComHelper) |
Set | (Определяется ComHelper) |