Click or drag to resize

ServerCommand Enumeration

Server commands received by DataPublisher and sent by DataSubscriber.

Namespace: GSF.TimeSeries.Transport
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public enum ServerCommand
View Source
Members
Member nameValueDescription
Authenticate0 Authenticate command.
MetaDataRefresh1 Meta data refresh command.
Subscribe2 Subscribe command.
Unsubscribe3 Unsubscribe command.
RotateCipherKeys4 Rotate cipher keys.
UpdateProcessingInterval5 Update processing interval.
DefineOperationalModes6 Define operational modes for subscriber connection.
ConfirmNotification7 Confirm receipt of a notification.
ConfirmBufferBlock8 Confirm receipt of a buffer block measurement.
PublishCommandMeasurements9 Provides measurements to the publisher over the command channel.
UserCommand00208 Code for handling user-defined commands.
UserCommand01209 Code for handling user-defined commands.
UserCommand02210 Code for handling user-defined commands.
UserCommand03211 Code for handling user-defined commands.
UserCommand04212 Code for handling user-defined commands.
UserCommand05213 Code for handling user-defined commands.
UserCommand06214 Code for handling user-defined commands.
UserCommand07215 Code for handling user-defined commands.
UserCommand08216 Code for handling user-defined commands.
UserCommand09217 Code for handling user-defined commands.
UserCommand10218 Code for handling user-defined commands.
UserCommand11219 Code for handling user-defined commands.
UserCommand12220 Code for handling user-defined commands.
UserCommand13221 Code for handling user-defined commands.
UserCommand14222 Code for handling user-defined commands.
UserCommand15223 Code for handling user-defined commands.
Remarks
Solicited server commands will receive a Succeeded or Failed response code along with an associated success or failure message. Message type for successful responses will be based on server command - for example, server response for a successful MetaDataRefresh command will return a serialized DataSet of the available server metadata. Message type for failed responses will always be a string of text representing the error message.
See Also