DataFunctionInvocation Methods TIBCO Spotfire 7.6 API Reference

The DataFunctionInvocation type exposes the following members.

Methods

  Name Description
Public method AddDisposable
Adds an item to the collection of things to dispose when the invocation is disposed.
Public method Dispose
Dispose the items that have been added with the AddDisposable(IDisposable) method.
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetInput
Get an input value.
Public method GetOutput
Get the output value.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method HasInput
Gets a value indicating whether the input parameter exists or not.
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method SetOutput
Set the output result.
Public method TryGetInput
Try to get an input value.
Public method TryGetOutput
Try to get an output value.
Top
See Also

Reference