Table of Contents

Class RunningStationEventMessage

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

The base class for event messages related to a running station.

public abstract class RunningStationEventMessage
Inheritance
RunningStationEventMessage
Derived
Inherited Members

Constructors

RunningStationEventMessage(IRunningStation)

Initializes a new instance of the RunningStationEventMessage class.

protected RunningStationEventMessage(IRunningStation runningStation)

Parameters

runningStation IRunningStation

The IRunningStation representing the running station.

Exceptions

ArgumentNullException

runningStation is null.

Properties

RunningStation

Gets the IRunningStation representing the running station.

public IRunningStation RunningStation { get; }

Property Value

IRunningStation