Maximum time to wait for a response that returns content. This property is only applicable when used with Content Platform Engine Content Cache, which implements the timeout mechanism. The content cache will return an error if the timeout is exceeded while continuing to populate the requested content in its cache.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property RetrievalTimeout As Nullable(Of Integer)
C#
Nullable<int> RetrievalTimeout { get; set; }
Visual C++
property Nullable<int> RetrievalTimeout {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
JavaScript
function get_retrievalTimeout();
function set_retrievalTimeout(value);

ToggleRemarks

ToggleSee Also