VirtualValueRequest Methods TIBCO Spotfire 7.6 API Reference

The VirtualValueRequest type exposes the following members.

Methods

  Name Description
Public method Dispose
Frees up resources.
(Inherited from WorkItem.)
Protected method Dispose(Boolean)
Override this method to release unmanaged and - optionally - managed resources.
(Inherited from WorkItem.)
Public method Equals
Determines whether the specified obj is the same instance as the current work item.
(Inherited from WorkItem.)
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 GetHashCode
Serves as a hash function for a particular type.
(Inherited from WorkItem.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method PushResultHandlerTItem
Adds a result handler to the top of the stack of result handlers. The handler must call ReturnItem when it is finished with the work item.
(Inherited from WorkItem.)
Public method ReadModelTModel
Allows reading the associated worker model in a thread-safe way.
(Inherited from WorkItem.)
Public method ReturnItem
Signals that a worker or result handler is finished with the work item. The method then passes the work item to the next handler in the stack.
(Inherited from WorkItem.)
Public method SetEmptyResult
Sets the result value of this request to an empty value.
Public method SetErrorResult Obsolete.
Sets the result value of this request to an error value, with the provided error message. The error message may not be null or an empty string.
Public method SetImmutableResult
Sets the immutable result.
(Inherited from WorkItem.)
Public method SetTransientEmptyResult
Sets the result value of this request to an empty value. Unlike SetEmptyResult it will be forgotten by the cache over time enabling new requests. This method is thus intended for temporary errors such as network failures etc.
Public method SetValidResult
Sets the result value of this request to a valid value.
Top
See Also

Reference