Table of Contents

Class WorkstationRequestMessage<T>

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

The base class for Acuit Pinpoint Workstation request messages.

public abstract class WorkstationRequestMessage<T> : RequestMessage<T>, IWorkstationRequestMessage

Type Parameters

T

The type of request to make.

Inheritance
WorkstationRequestMessage<T>
Implements
Derived
Inherited Members

Remarks

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

WorkstationRequestMessage()

Initializes a new instance of the WorkstationRequestMessage<T> class.

protected WorkstationRequestMessage()