Click or drag to resize
CacheableQueryResult Constructor
Constructor

Namespace: Rally.RestApi.Response
Assembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax
public CacheableQueryResult(
	DynamicJsonObject obj,
	bool isCachedResult
)

Parameters

obj
Type: Rally.RestApi.JsonDynamicJsonObject
The data that was returned for the query against Rally.
isCachedResult
Type: SystemBoolean
Is this a cached response?
See Also