BLTClientConnectionManagerBase Class
- Last UpdatedApr 08, 2026
- 1 minute read
A client-side interface for managing a long-term connection for
Business Object components.
public abstract class BLTClientConnectionManagerBase
public ref class BLTClientConnectionManagerBase abstract
Only BLTClientConnectionManager should derive from this class. All other implementations will result in a System.NotImplementedException being thrown when passed into BLTClient. An interface is preferred, but due to internal members needing to be exposed, this is the only way to create a mockable class while maintaining the existing public contract without introducing breaking changes.
System.Object
OASySDNA.Common.BLTClientConnectionManagerBase
OASySDNA.Common.BLTClientConnectionManager