SolaceSystems.Solclient.Messaging.SDT Namespace

Solclient

SolaceSystems.Solclient.Messaging.SDT Namespace
version: 7.2.1.27
SolaceSystems.Solclient.Messaging.SDT
Classes
  Class Description
Public class SDTUtils
Used to manipulate SDT components in a message.
Interfaces
  Interface Description
Public interface IMapContainer
Represents a Structured Data Type (SDT) map container.

Very similar to a hash map with one notable exception. IMapContainer does not detect duplicate key names on 'add'. If a field is added to the map with a key name that already exist, both fields will be present in the map. Only one field can be retrieved by that key name and it is not defined which field will be retrieved.

The key name field in Solace maps is case sensitive. For example, adding a field with the name key "field_1" and a field with name key "FIELD_1" will create two distinct fields that can both be retrieved.

Public interface ISDTContainer
The parent interface of any Structured Data Type (SDT) container. Subinterfaces of ISDTContainer include IMapContainer and IStreamContainer.

Note: Calling Dispose() on a message-dependent container has no effect on it. The lifecycle of the container in this case is tied to that of the containing message.

Public interface ISDTField
Encapsulates a Structured Data Type (SDT) field of type SDTFieldType.
Public interface ISmfMessage
A tagging interface of an SMF (Solace Messaging Format) encoded message handle.
Public interface IStreamContainer
Represents a structured data types (SDT) stream container.
Public interface IUnknownSDTField
A tagging interface of an unknown SDT field; a field that the current API version does not yet understand
Enumerations
  Enumeration Description
Public enumeration SDTFieldType
Data types that can be transmitted and received by the machine-independent get/set operations.