Class StationStoppedMessage
- Namespace
- Acuit.Pinpoint.Workstation.Messaging
- Assembly
- Acuit.Pinpoint.Workstation.Abstractions.dll
The message raised by the IMessenger service when the station is stopped.
public class StationStoppedMessage : RunningStationEventMessage, IAsyncHandlingMessage
- Inheritance
-
StationStoppedMessage
- Implements
- Inherited Members
Constructors
StationStoppedMessage(IRunningStation, CancellationToken)
Initializes a new instance of the StationStoppedMessage class.
public StationStoppedMessage(IRunningStation runningStation, CancellationToken cancellationToken)
Parameters
runningStationIRunningStationThe IRunningStation representing the running station.
cancellationTokenCancellationTokenA token that can request cancellation of asynchronous handlers.
Exceptions
- ArgumentNullException
runningStationis null.
Properties
AsyncHandlers
Gets the AsyncHandlers instance to which asynchronous handlers can be added.
public AsyncHandlers AsyncHandlers { get; }