All Classes Namespaces Functions Properties Pages
Public Member Functions | Properties | List of all members
WorkQueue2 Class Reference

Represents the summarized view of all the job activities for a specified resource. More...

Public Member Functions

 WorkQueue2 ()
 Initializes a new instance of the WorkQueue2 class. More...
 

Properties

DateTime FirstDueDate [get, set]
 Gets or sets the first due date from the workqueue. More...
 
DateTime FirstPendingTime [get, set]
 Gets or sets the first pending time from the workqueue. More...
 
int FirstPriority [get, set]
 Gets or sets the first priority from the workqueue. More...
 
new JobActivitySummary2Collection JobActivitySummaryCollection [get, set]
 Gets or sets the details of the activities and jobs. More...
 
JobIdentityCollection JobIdentityCollection [get, set]
 Gets or sets the details of the jobs from the workqueue. More...
 
DateTime LastDueDate [get, set]
 Gets or sets the last due date from the workqueue. More...
 
DateTime LastPendingTime [get, set]
 Gets or sets the last pending time from the workqueue. More...
 
int LastPriority [get, set]
 Gets or sets the last priority from the workqueue. More...
 
int NumberOfActivitiesObtained [get, set]
 Gets or sets the number of activities from the workqueue. More...
 

Description

Represents the summarized view of all the job activities for a specified resource.

Constructor & Destructor Documentation

Initializes a new instance of the WorkQueue2 class.

Property Documentation

DateTime FirstDueDate
getsetinherited

Gets or sets the first due date from the workqueue.

DateTime FirstPendingTime
getsetinherited

Gets or sets the first pending time from the workqueue.

int FirstPriority
getsetinherited

Gets or sets the first priority from the workqueue.

Gets or sets the details of the activities and jobs.

Gets or sets the details of the jobs from the workqueue.

DateTime LastDueDate
getsetinherited

Gets or sets the last due date from the workqueue.

DateTime LastPendingTime
getsetinherited

Gets or sets the last pending time from the workqueue.

int LastPriority
getsetinherited

Gets or sets the last priority from the workqueue.

int NumberOfActivitiesObtained
getsetinherited

Gets or sets the number of activities from the workqueue.