QueueStatusDataSet.StatusRow Members

Include Protected Members
Include Inherited Members

Represents the status of one queue job in the QueueStatusDataSet.

The QueueStatusDataSet.StatusRow type exposes the following members.

Properties

 

Name

Description

Public property

CorrelationGUID

Specifies the unique identifier of the queue job correlation.

Public property

CorrelationPriority

Specifies the priority of the queue job correlation.

Public property

ErrorInfo

Error information in the queue job status.

Public property

GroupPriority

Priority of the job group in the queue.

Public property

HasErrors

(Inherited from DataRow.)

Public property

Item[Int32]

(Inherited from DataRow.)

Public property

Item[String]

(Inherited from DataRow.)

Public property

Item[DataColumn]

(Inherited from DataRow.)

Public property

Item[Int32, DataRowVersion]

(Inherited from DataRow.)

Public property

Item[String, DataRowVersion]

(Inherited from DataRow.)

Public property

Item[DataColumn, DataRowVersion]

(Inherited from DataRow.)

Public property

ItemArray

(Inherited from DataRow.)

Public property

JobCompletionState

Queue job completion state.

Public property

JobGroupGUID

Specifies the unique identifier used to track a group of queue jobs.

Public property

JobGUID

Specifies the unique identifier of a queue job.

Public property

JobInfoGUID

Specifies the unique identifier of the correlated job information.

Public property

LastAdminAction

Specifies the unique identifier of the most recent administrator action in managing the queue.

Public property

MachineName

Name of the computer that processed the Queue job. If the job has not been processed, the MachineName field is a null reference (Nothing in Visual Basic).

Public property

MessageType

Type of message in a queue job status request.

Public property

PercentComplete

Percent complete of the queue job.

Public property

QueueCompletedTime

Specifies the completion date and time of queue job processing.

Public property

QueueEntryTime

Date and time the job entered the queue.

Public property

QueueID

Specifies the queue identifier (1 is the Project queue; 2 is the Timesheet queue).

Public property

QueuePosition

Position of the job in the queue.

Public property

QueueProcessingTime

If the queue job was processing, date and time the status was read.

Public property

QueueWakeupTime

Date and time the queue last started processing jobs.

Public property

ResourceGUID

Specifies the unique identifier associated with the Project Server resource who submitted the job to the queue.

Public property

RowError

(Inherited from DataRow.)

Public property

RowState

(Inherited from DataRow.)

Public property

ServiceName

Specifies the unique identifier associated with the queue service.

Public property

Table

(Inherited from DataRow.)

Public property

WaitTime

Expected wait time in seconds for the queue job to complete.

Top

Methods

 

Name

Description

Public method

AcceptChanges

(Inherited from DataRow.)

Public method

BeginEdit

(Inherited from DataRow.)

Public method

CancelEdit

(Inherited from DataRow.)

Public method

ClearErrors

(Inherited from DataRow.)

Public method

Delete

(Inherited from DataRow.)

Public method

EndEdit

(Inherited from DataRow.)

Public method

Equals

(Inherited from Object.)

Protected method

Finalize

(Inherited from Object.)

Public method

GetChildRows(String)

(Inherited from DataRow.)

Public method

GetChildRows(DataRelation)

(Inherited from DataRow.)

Public method

GetChildRows(String, DataRowVersion)

(Inherited from DataRow.)

Public method

GetChildRows(DataRelation, DataRowVersion)

(Inherited from DataRow.)

Public method

GetColumnError(Int32)

(Inherited from DataRow.)

Public method

GetColumnError(String)

(Inherited from DataRow.)

Public method

GetColumnError(DataColumn)

(Inherited from DataRow.)

Public method

GetColumnsInError

(Inherited from DataRow.)

Public method

GetHashCode

(Inherited from Object.)

Public method

GetParentRow(String)

(Inherited from DataRow.)

Public method

GetParentRow(DataRelation)

(Inherited from DataRow.)

Public method

GetParentRow(String, DataRowVersion)

(Inherited from DataRow.)

Public method

GetParentRow(DataRelation, DataRowVersion)

(Inherited from DataRow.)

Public method

GetParentRows(String)

(Inherited from DataRow.)

Public method

GetParentRows(DataRelation)

(Inherited from DataRow.)

Public method

GetParentRows(String, DataRowVersion)

(Inherited from DataRow.)

Public method

GetParentRows(DataRelation, DataRowVersion)

(Inherited from DataRow.)

Public method

GetType

(Inherited from Object.)

Public method

HasVersion

(Inherited from DataRow.)

Public method

IsErrorInfoNull

Determines whether the ErrorInfo property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsMachineNameNull

Determines whether the MachineName property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsNull(Int32)

(Inherited from DataRow.)

Public method

IsNull(String)

(Inherited from DataRow.)

Public method

IsNull(DataColumn)

(Inherited from DataRow.)

Public method

IsNull(DataColumn, DataRowVersion)

(Inherited from DataRow.)

Public method

IsServiceNameNull

Determines whether the ServiceName property is set to a a null reference (Nothing in Visual Basic) value.

Protected method

MemberwiseClone

(Inherited from Object.)

Public method

RejectChanges

(Inherited from DataRow.)

Public method

SetAdded

(Inherited from DataRow.)

Public method

SetColumnError(Int32, String)

(Inherited from DataRow.)

Public method

SetColumnError(String, String)

(Inherited from DataRow.)

Public method

SetColumnError(DataColumn, String)

(Inherited from DataRow.)

Public method

SetErrorInfoNull

Sets the ErrorInfo property to a a null reference (Nothing in Visual Basic) value.

Public method

SetMachineNameNull

Sets the MachineName property to a a null reference (Nothing in Visual Basic) value.

Public method

SetModified

(Inherited from DataRow.)

Protected method

SetNull

(Inherited from DataRow.)

Public method

SetParentRow(DataRow)

(Inherited from DataRow.)

Public method

SetParentRow(DataRow, DataRelation)

(Inherited from DataRow.)

Public method

SetServiceNameNull

Sets the ServiceName property to a a null reference (Nothing in Visual Basic) value.

Public method

ToString

(Inherited from Object.)

Top

See Also

Reference

QueueStatusDataSet.StatusRow Class

WebSvcQueueSystem Namespace