ApplicationConnectFail Event |
|
DataPA OpenAnalytics API Reference
Event raised when a connect error occurs
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public event ApplicationConnectFailEventHandler ConnectFail
Public Event ConnectFail As ApplicationConnectFailEventHandler
public:
event ApplicationConnectFailEventHandler^ ConnectFail {
void add (ApplicationConnectFailEventHandler^ value);
void remove (ApplicationConnectFailEventHandler^ value);
}
function add_ConnectFail(value);
function remove_ConnectFail(value);
Value
Type:
DataPA.Utils.QueryEngineApplicationConnectFailEventHandlerRemarks See Also