Table of Contents

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

runningStation IRunningStation

The IRunningStation representing the running station.

cancellationToken CancellationToken

A token that can request cancellation of asynchronous handlers.

Exceptions

ArgumentNullException

runningStation is null.

Properties

AsyncHandlers

Gets the AsyncHandlers instance to which asynchronous handlers can be added.

public AsyncHandlers AsyncHandlers { get; }

Property Value

AsyncHandlers