OASySDNA.Common.DAL.PSClient Namespace
- Last UpdatedApr 08, 2026
- 2 minute read
| Class | Description | |
|---|---|---|
![]() | DALPSClient | This class creates and manages the connectivity to the Data Access Layer (DAL) Core. It is a singleton class. |
![]() | DALPSConnection | This class represents the Data Access Layer (DAL) PubSub connection. The user cannot create the connection, only retrieve the reference. |
| Delegate | Description | |
|---|---|---|
![]() | DALPSConnection.DALAttachDelegate | The delegate or callback method that is passed to the DALPSConnection.Attach or DALPSConnection.Detach methods. |
![]() | DALPSConnection.DALPSBrowseAttributeDelegate | The delegate method that receives data from DALPSConnection.BrowseAttributes. The client should create this delegate method. |
![]() | DALPSConnection.DALPSBrowseDelegate | The delegate or callback method that is passed to the DALPSConnection.Browse method. |
![]() | DALPSConnection.DALPSCommandDelegate | The delegate or callback method that is passed to the DALPSConnection.Publish, DALPSConnection.RemovePublisher, or DALPSConnection.UnSubscribe methods. |
![]() | DALPSConnection.DALPSSubscripionDelegate | The delegate or callback method that is passed to the DALPSConnection.Subscribe or DALPSConnection.UnSubscribe methods. |
| Enumeration | Description | |
|---|---|---|
![]() | DALResponseStatus | This class represents the status of Data Access Layer (DAL) PubSub requests. |


