QueueStatusDataSet.StatusDataTable Members
Include Protected Members
Include Inherited Members
Contains queue job status values for specific QueueStatusDataSet.StatusRow objects.
The QueueStatusDataSet.StatusDataTable type exposes the following members.
Constructors
Name | Description | |
---|---|---|
QueueStatusDataSet.StatusDataTable() | Creates a new instance of the StatusDataTable class. | |
QueueStatusDataSet.StatusDataTable(SerializationInfo, StreamingContext) | Creates a new instance of the StatusDataTable class by using the specified parameters. |
Top
Properties
Name | Description | |
---|---|---|
CaseSensitive | (Inherited from DataTable.) | |
ChildRelations | (Inherited from DataTable.) | |
Columns | (Inherited from DataTable.) | |
Constraints | (Inherited from DataTable.) | |
Container | (Inherited from MarshalByValueComponent.) | |
CorrelationGUIDColumn | Defines the column for the CorrelationGUID() field. | |
CorrelationPriorityColumn | Defines the column for the CorrelationPriority() field. | |
Count | Gets the number of row objects in the StatusDataTable. | |
DataSet | (Inherited from DataTable.) | |
DefaultView | (Inherited from DataTable.) | |
DesignMode | (Inherited from MarshalByValueComponent.) | |
DisplayExpression | (Inherited from DataTable.) | |
ErrorInfoColumn | Defines the column for the ErrorInfo() field. | |
Events | (Inherited from MarshalByValueComponent.) | |
ExtendedProperties | (Inherited from DataTable.) | |
GroupPriorityColumn | Defines the column for the GroupPriority() field. | |
HasErrors | (Inherited from DataTable.) | |
IsInitialized | (Inherited from DataTable.) | |
Item | Gets a row object in the StatusDataTable by using the specified parameter. | |
JobCompletionStateColumn | Defines the column for the JobCompletionState() field. | |
JobGroupGUIDColumn | Defines the column for the JobGroupGUID() field. | |
JobGUIDColumn | Defines the column for the JobGUID() field. | |
JobInfoGUIDColumn | Defines the column for the JobInfoGUID() field. | |
LastAdminActionColumn | Defines the column for the LastAdminAction() field. | |
Locale | (Inherited from DataTable.) | |
MachineNameColumn | Defines the column for the MachineName() field. | |
MessageTypeColumn | Defines the column for the MessageType() field. | |
MinimumCapacity | (Inherited from DataTable.) | |
Namespace | (Inherited from DataTable.) | |
ParentRelations | (Inherited from DataTable.) | |
PercentCompleteColumn | Defines the column for the PercentComplete() field. | |
Prefix | (Inherited from DataTable.) | |
PrimaryKey | (Inherited from DataTable.) | |
QueueCompletedTimeColumn | Defines the column for the QueueCompletedTime() field. | |
QueueEntryTimeColumn | Defines the column for the QueueEntryTime() field. | |
QueueIDColumn | Defines the column for the QueueID() field. | |
QueueLocalStorageColumn | ||
QueuePositionColumn | Defines the column for the QueuePosition() field. | |
QueueProcessingTimeColumn | Defines the column for the QueueProcessingTime() field. | |
QueueWakeupTimeColumn | ||
RemotingFormat | (Inherited from DataTable.) | |
ResourceGUIDColumn | Defines the column for the ResourceGUID() field. | |
Rows | (Inherited from DataTable.) | |
ServiceNameColumn | Defines the column for the ServiceName() field. | |
Site | (Inherited from DataTable.) | |
TableName | (Inherited from DataTable.) | |
WaitTimeColumn | Defines the column for the WaitTime() field. |
Top
Methods
Top
Events
Name | Description | |
---|---|---|
ColumnChanged | (Inherited from DataTable.) | |
ColumnChanging | (Inherited from DataTable.) | |
Disposed | (Inherited from MarshalByValueComponent.) | |
Initialized | (Inherited from DataTable.) | |
RowChanged | (Inherited from DataTable.) | |
RowChanging | (Inherited from DataTable.) | |
RowDeleted | (Inherited from DataTable.) | |
RowDeleting | (Inherited from DataTable.) | |
StatusRowChanged | A post-event that is raised when a row in a StatusDataTable has been changed. | |
StatusRowChanging | A pre-event that is raised when a row in a StatusDataTable is to be changed. | |
StatusRowDeleted | A post-event that is raised when a row in a StatusDataTable has been deleted. | |
StatusRowDeleting | A pre-event that is raised when a row in a StatusDataTable is to be deleted. | |
TableCleared | (Inherited from DataTable.) | |
TableClearing | (Inherited from DataTable.) | |
TableNewRow | (Inherited from DataTable.) |
Top
Extension Methods
Name | Description | |
---|---|---|
BuildChainedIndex<TKey> | Reserved for internal use. (Defined by PSUtility.) | |
BuildIndex<TKey> | Reserved for internal use. (Defined by PSUtility.) | |
GetTemporaryColumnName | Reserved for internal use. (Defined by PSUtility.) | |
HasColumn | Reserved for internal use. (Defined by PSUtility.) |
Top
Fields
Name | Description | |
---|---|---|
fInitInProgress | (Inherited from DataTable.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IListSource.ContainsListCollection | (Inherited from DataTable.) | |
IListSource.GetList | (Inherited from DataTable.) | |
IXmlSerializable.GetSchema | (Inherited from DataTable.) | |
IXmlSerializable.ReadXml | (Inherited from DataTable.) | |
IXmlSerializable.WriteXml | (Inherited from DataTable.) |
Top