VirtualValueRequest Methods

Spotfire 14.3 API Reference

The VirtualValueRequest type exposes the following members.

Methods

  NameDescription
Public methodDispose
Frees up resources.
(Inherited from WorkItem.)
Public methodEquals
Determines whether the specified obj is the same instance as the current work item.
(Inherited from WorkItem.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from WorkItem.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodPushResultHandlerTItem
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 methodReadModelTModel
Allows reading the associated worker model in a thread-safe way.
(Inherited from WorkItem.)
Public methodReturnItem
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 methodSetEmptyResult
Sets the result value of this request to an empty value.
Public methodSetImmutableResult
Sets the immutable result.
(Inherited from WorkItem.)
Public methodSetTransientEmptyResult
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 methodSetValidResult
Sets the result value of this request to a valid value.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference