DataFunction Methods TIBCO Spotfire 7.11 API Reference

The DataFunction type exposes the following members.

Methods

  Name Description
Public method Execute
Asynchronously executes the data function.
Public method Execute(DataFunctionCompletionCallback)
Asynchronously executes the data function with a callback when the execution has been finished. There is no guarantee regarding timing when the function will be executed and when it has finished executing.
Public method ExecuteSynchronously
Updates the function synchronously.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method SynchronizeWithLibrary
Synchronize the function definition with the function definition stored in the library.
Public method ToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
Explicit Interface Implementations

  Name Description
Explicit interface implementation Private method IServiceProviderGetService
Implements IServiceProvider.
(Inherited from Node.)
Explicit interface implementation Private method INodeContextGetAncestorT (Inherited from DocumentNode.)
Explicit interface implementation Private method INodeContextGetServiceT (Inherited from DocumentNode.)
Explicit interface implementation Private method INodeContextIsDescendantOf (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsBeginAggregatedTransaction (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsExecuteInvisibleTransaction (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsExecuteStickyTransaction (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsExecuteTransaction (Inherited from DocumentNode.)
Top
See Also

Reference