Specifies the number of times an operation will be retried before failure is reported. The default value is 6. If the first execution of the function fails, the system will retry the function 6 more times (for a total of 7 tries).

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also