PAConnectionBeforeDisconnect 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 PAConnectionBeforeDisconnectEventHandler BeforeDisconnect
Public Event BeforeDisconnect As PAConnectionBeforeDisconnectEventHandler
public:
event PAConnectionBeforeDisconnectEventHandler^ BeforeDisconnect {
void add (PAConnectionBeforeDisconnectEventHandler^ value);
void remove (PAConnectionBeforeDisconnectEventHandler^ value);
}
function add_BeforeDisconnect(value);
function remove_BeforeDisconnect(value);
Value
Type:
DataPA.Utils.QueryEnginePAConnectionBeforeDisconnectEventHandlerSee Also