Specifies the number of retries the ImportAgent thread will attempt.


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

Syntax

Visual Basic (Declaration)
Property ImportAgentRetryCount As Nullable(Of Integer)
C#
Nullable<int> ImportAgentRetryCount { get; set; }
C++
property Nullable<int> ImportAgentRetryCount abstract  {
    Nullable<int> get();
    void set(Nullable<intvalue);
}
J#
/** property */
public Nullable<int> get_ImportAgentRetryCount();

/** property */
public void set_ImportAgentRetryCount(Nullable<intvalue);
JScript
public function get ImportAgentRetryCount() : Nullable<int>

public function set ImportAgentRetryCount(value : Nullable<int>);

Remarks

See Also