Table of Contents

Class CodeProcessorService

Namespace
DuetControlServer.Codes
Assembly
DuetControlServer.dll

Service implementation of the code processor

public class CodeProcessorService : BackgroundService, IHostedService, IDisposable
Inheritance
CodeProcessorService
Implements
Inherited Members

Constructors

CodeProcessorService(CodeProcessor)

Service implementation of the code processor

public CodeProcessorService(CodeProcessor codeProcessor)

Parameters

codeProcessor CodeProcessor

Code processor

Methods

ExecuteAsync(CancellationToken)

Task representing the lifecycle of this class

protected override Task ExecuteAsync(CancellationToken stoppingToken)

Parameters

stoppingToken CancellationToken

Returns

Task

Asynchronous task