Specifies the date and time that a retry will be attempted to process a queue item (pending action) on a target object. The value of this property is set by the server to indicate the time at which the server can retry the queued item. For newly added queue items or "dead" queue items (that is, those items which have no retries left), the value is null.


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

Syntax

Visual Basic (Declaration)
ReadOnly Property NextRetryDate As Nullable(Of Date)
C#
Nullable<DateTime> NextRetryDate { get; }
C++
property Nullable<DateTime> NextRetryDate abstract  {
    Nullable<DateTime> get();
}
J#
/** property */
public Nullable<DateTime> get_NextRetryDate();
JScript
public function get NextRetryDate() : Nullable<DateTime>

Remarks

See Also