OASySDNA.MoC.Common.Auditing.Publishers.Local Namespace
- Last UpdatedApr 08, 2026
- 2 minute read
OASySDNA.MoC.Common.Auditing.Publishers.Local contains interfaces and implementations to
publish and subscribe to typed MoC audit events through the local messaging system.
| Class | Description | |
|---|---|---|
![]() | AuditMessage1 | A class containing information about the local Audit event. |
| Interface | Description | |
|---|---|---|
![]() | ILocalAuditMessagePublisher | Allows publishing of string messages to the common MoC eventing infrastructure. Messages will be published locally (i.e., within the same Zone as the Publisher). |
![]() | ILocalAuditMessageSubscriber | Represents a class that subscribes to locally-generated Audit Messages (i.e., those messages generated from within this same Zone). |
![]() | ILocalAuditPublisher | Allows publishing of arbitrary messages to the common MoC eventing infrastructure. Messages will be published locally (i.e., within the same Zone as the Publisher). |
| Enumeration | Description | |
|---|---|---|
![]() | IntegrityFlag | Subscription option, indicating whether to subscribe with Integrity, or without. |


