Class WorkerStationEventMessage
- Namespace
- Acuit.Pinpoint.Workstation.Messaging
- Assembly
- Acuit.Pinpoint.Workstation.Abstractions.dll
The base class for event messages related to a worker at the station.
public abstract class WorkerStationEventMessage
- Inheritance
-
WorkerStationEventMessage
- Derived
- Inherited Members
Constructors
WorkerStationEventMessage(IWorkerAtStation)
Initializes a new instance of the WorkerStationEventMessage class.
protected WorkerStationEventMessage(IWorkerAtStation workerAtStation)
Parameters
workerAtStationIWorkerAtStationThe IWorkerAtStation representing the worker at the station.
Exceptions
- ArgumentNullException
workerAtStationis null.
Properties
WorkerAtStation
Gets the IWorkerAtStation representing the worker at the station (including for stations with an automatic worker logon configured).
public IWorkerAtStation WorkerAtStation { get; }