For Case analyzer and Case History, the period (in seconds) that the event exporter will sleep when there is no activity. Do not modify the value of this property unless instructed to do so by IBM Support.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also