ConnectionCallbackDelegate Property
- Last UpdatedApr 08, 2026
- 1 minute read
Gets or sets the connection callback delegate.
public OASySDNA.Common.DAL.DALCommon.DALConnectionStatusCallBackMethod ConnectionCallbackDelegate {get; set;}
public:
property OASySDNA.Common.DAL.DALCommon.DALConnectionStatusCallBackMethod^ ConnectionCallbackDelegate {
OASySDNA.Common.DAL.DALCommon.DALConnectionStatusCallBackMethod^ get();
void set ( OASySDNA.Common.DAL.DALCommon.DALConnectionStatusCallBackMethod^ value);
}