The maximum number of import workers that the import agent is allowed to create. Setting the value of this property appropriately prevents the under- or over-utilization of the Content Engine server on behalf of the CFS importer.

For information on the CFS import agent, see the ICFSImportAgentConfiguration interface.


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

Syntax

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

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

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

Remarks

See Also