Specifies the time in milliseconds that an import agent waits when there is no work.


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

Syntax

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

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

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

Remarks

See Also