This property is not supported.

Specifies the maximum period in seconds for which a text indexing preprocessing worker can be idle before terminating.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also