DataFunction Execute Method TIBCO Spotfire 6.0 API Reference
Asynchronously executes the data function.

Namespace: Spotfire.Dxp.Data.DataFunctions
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public void Execute()
Remarks

There is no guarantee regarding timing when the function will be executed and when it has finished executing.

If you need to know when the execute has finished then use the overload with a callback instead.

See Also