Table of Contents

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

workerAtStation IWorkerAtStation

The IWorkerAtStation representing the worker at the station.

Exceptions

ArgumentNullException

workerAtStation is 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; }

Property Value

IWorkerAtStation