adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ExecutionHistoryItem Class / QueueAddTime Property


In This Topic
    QueueAddTime Property
    In This Topic
    The time the instance was added to the execution queue.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property QueueAddTime As Nullable(Of DateTimeOffset)
    public Nullable<DateTimeOffset> QueueAddTime {get;}
    public:
    property Nullable<DateTimeOffset> QueueAddTime {
       Nullable<DateTimeOffset> get();
    }
    Remarks
    This value is only set when the object was fetched through a call to DataContext.GetJobMonitorData using the ArcanaDevelopment.adTempus.Shared.JobMonitorViewFetchOptions.GetQueueOrdering option.
    See Also