Table of Contents

Class NoScanStateReadyMessage

Namespace
Acuit.Pinpoint.Workstation.Messaging
Assembly
Acuit.Pinpoint.Workstation.Abstractions.dll

The message raised by the IMessenger service when a workstation configured for "no scan" operation has finished initializing and processing the worker logon.

public class NoScanStateReadyMessage : WorkerStationEventMessage
Inheritance
NoScanStateReadyMessage
Inherited Members

Constructors

NoScanStateReadyMessage(IWorkerAtStation)

Initializes a new instance of the NoScanStateReadyMessage class.

public NoScanStateReadyMessage(IWorkerAtStation workerAtStation)

Parameters

workerAtStation IWorkerAtStation

The IWorkerAtStation representing the worker at the station.

Exceptions

ArgumentNullException

workerAtStation is null.