DataOperationFunction Delegate
Defines a method signature for a bootstrap data source operation.
Namespace: Gemstone.Timeseries.ConfigurationAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.178 -- Release Build+52bde36e42c7b2f52d1e2cc6bb29e593f446f07c
function(database, trackingVersion, arguments, statusMessage, processException);
Parameters
- database AdoDataConnection
- Connection to database.
- trackingVersion UInt64
- Latest version of the configuration to which data operations were previously applied.
- arguments String
- Optional data operation arguments.
- statusMessage ActionString
- Reference to host status message function.
- processException ActionException
- Reference to host process exception function.