Table of Contents

Class WorkerServer

Namespace
NAPS2.Remoting.Worker
Assembly
NAPS2.Sdk.dll

Entry point for the NAPS2.Worker.exe binary. You can use this to build your own custom binary instead of using the one in the NAPS2.Sdk.Worker.Win32 nuget package.

public static class WorkerServer
Inheritance
WorkerServer
Inherited Members

Methods

Run(ScanningContext, CancellationToken)

public static Task Run(ScanningContext scanningContext, CancellationToken cancellationToken = default)

Parameters

scanningContext ScanningContext
cancellationToken CancellationToken

Returns

Task