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


In This Topic
    PriorityOverride Property
    In This Topic
    The priority override for the instance.
    Syntax
    'Declaration
     
    
    Public Property PriorityOverride As Nullable(Of Integer)
    public Nullable<int> PriorityOverride {get; set;}
    public:
    property Nullable<int> PriorityOverride {
       Nullable<int> get();
       void set (    Nullable<int> value);
    }
    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