For Case Analyzer and Case History, the period (in seconds) that the event exporter framework will wait before store accounting. 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 EventExporterAccountingInterval As Nullable(Of Integer)
C#
Nullable<int> EventExporterAccountingInterval { get; set; }
Visual C++
property Nullable<int> EventExporterAccountingInterval {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
JavaScript
function get_eventExporterAccountingInterval();
function set_eventExporterAccountingInterval(value);

ToggleRemarks

ToggleSee Also