Table of Contents

Class ConfigureAcuitPinpointConnectionMessage

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

The message raised by the IMessenger service when the operator initiates configuring the Acuit Pinpoint connection.

public class ConfigureAcuitPinpointConnectionMessage : WorkstationRequestMessage<bool>, IWorkstationRequestMessage
Inheritance
ConfigureAcuitPinpointConnectionMessage
Implements
Inherited Members

Remarks

By default, Acuit Pinpoint Workstation will handle this message by stopping the station if it is running (i.e., releasing the unit and/or logging off the worker), showing the "Configure Acuit Pinpoint Connection" dialog to allow the operator to configure the connection, and then starting the station again.

If the "Configure Acuit Pinpoint Connection" dialog was shown, the message Response will contain true; if the running station could not be stopped for any reason, it will contain false.

A plug-in can customize the default behavior by registering a recipient for this message. To suppress the default behavior, the plug-in should use Reply(T) to set the response to the message.

A plug-in can emulate the operator action that this message represents by sending this message.

Constructors

ConfigureAcuitPinpointConnectionMessage()

public ConfigureAcuitPinpointConnectionMessage()