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.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property NextRetryDate As Nullable(Of DateTime)
C#
Nullable<DateTime> NextRetryDate { get; }
Visual C++
property Nullable<DateTime> NextRetryDate {
	Nullable<DateTime> get ();
}
JavaScript
function get_nextRetryDate();

ToggleRemarks

ToggleSee Also