Specifies the time to wait in milliseconds before a failed API function should be retried. If not specified, an exponential back-off scheme is used where the sleep time increases after each retry, starting at 1 second and then doubling after each subsequent try.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also