A delegate the is used to provide a callback for the execution of a DataFunction.
Namespace: Spotfire.Dxp.Data.DataFunctions
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax
C#
public delegate void DataFunctionCompletionCallback( bool completedSuccessfully )
Parameters
- completedSuccessfully
- Type: SystemBoolean
A value that is true if the execution completed successfully; false otherwise.
Remarks
Version Information
See Also