FileConverterMaintenanceService - конструктор
Пространство имён: Tessa.Extensions.Default.Chronos.FileConvertersСборка: Tessa.Extensions.Default.Chronos (в Tessa.Extensions.Default.Chronos.dll) Версия: 4.0.4
public FileConverterMaintenanceService(
FileConverterServiceDescriptor descriptor,
Func<CancellationToken, Task> action
)
Public Sub New (
descriptor As FileConverterServiceDescriptor,
action As Func(Of CancellationToken, Task)
)
public:
FileConverterMaintenanceService(
FileConverterServiceDescriptor^ descriptor,
Func<CancellationToken, Task^>^ action
)
new :
descriptor : FileConverterServiceDescriptor *
action : Func<CancellationToken, Task> -> FileConverterMaintenanceService
Параметры
- descriptor FileConverterServiceDescriptor
- action FuncCancellationToken, Task
- Действие, выполняемое в период технического обслуживания.