RTChangeNotification Enumeration
- Last UpdatedApr 08, 2026
- 1 minute read
Identifies whether the writing of successive fields to the database should result in either sending the fields to PubSub, notifying the CMX Replication Server,
or some combination of the two.
public enum RTChangeNotification : System.Enum
public enum class RTChangeNotification : public System.Enum
| Member | Description |
|---|---|
| ForcedPubAndRep | Forced notification for publication and replication of the field's value. |
| ForcedPublish | Forced notification for publication of the field's value. |
| None | No notification. |
| Publish | Notification for publication if the field's value has changed. |
| PublishAndReplicate | Notification for publication and replication if the field's value has changed. |
System.Object
System.ValueType
System.Enum
OASySDNA.RealTime.HighPerformanceSetDB.RTChangeNotification