PAConnectionConnectFail Event |
|
DataPA OpenAnalytics API Reference
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public event PAConnectionConnectFailEventHandler ConnectFail
Public Event ConnectFail As PAConnectionConnectFailEventHandler
public:
event PAConnectionConnectFailEventHandler^ ConnectFail {
void add (PAConnectionConnectFailEventHandler^ value);
void remove (PAConnectionConnectFailEventHandler^ value);
}
function add_ConnectFail(value);
function remove_ConnectFail(value);
Value
Type:
DataPA.Utils.QueryEnginePAConnectionConnectFailEventHandlerSee Also