PubSubHeaderData Enumeration
- Last UpdatedApr 08, 2026
- 1 minute read
An enumeration of special routing information.
public enum PubSubHeaderData : System.Enum
public enum class PubSubHeaderData : public System.Enum
| Member | Description |
|---|---|
| PS_INTEG_DATA | Represents a message that is an integrity update. |
| PS_LOCAL_DATA | Represents a message that should not go beyond the local LAN or system. |
| PS_LOCAL_ENGINE_ONLY | Represents a message that should not go beyond the engine. |
| PS_NORMAL_DATA | Represents a normal PubSub message. |
System.Object
System.ValueType
System.Enum
OASySDNA.Common.PubSub.PubSubHeaderData