DataOperationFunction Delegate

Defines a method signature for a bootstrap data source operation.

Definition

Namespace: Gemstone.Timeseries.Configuration
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.166 -- Release Build+57b72ea94712c6fb93701495d2d13b86cd7b5162
public delegate void DataOperationFunction(
	AdoDataConnection database,
	ulong trackingVersion,
	string arguments,
	Action<string> statusMessage,
	Action<Exception> 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.

See Also