The period in seconds that a thread in the dispatcher thread pool can be idle before being terminated.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also