VirtualValueRequest SetTransientEmptyResult Method TIBCO Spotfire 6.0 API Reference
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.

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

public void SetTransientEmptyResult()
Exceptions

ExceptionCondition
System ArgumentNullException If the message parameter is null.
System ArgumentException If the message parameter is an empty string.
See Also