QueueStatusRequestDataSet.StatusRequestRow Members
Include Protected Members
Include Inherited Members
Represents a specific status request in the the QueueStatusRequestDataSet object.
The QueueStatusRequestDataSet.StatusRequestRow type exposes the following members.
Properties
Name | Description | |
---|---|---|
HasErrors | (Inherited from DataRow.) | |
Item[Int32] | (Inherited from DataRow.) | |
Item[String] | (Inherited from DataRow.) | |
Item[DataColumn] | (Inherited from DataRow.) | |
Item[Int32, DataRowVersion] | (Inherited from DataRow.) | |
Item[String, DataRowVersion] | (Inherited from DataRow.) | |
Item[DataColumn, DataRowVersion] | (Inherited from DataRow.) | |
ItemArray | (Inherited from DataRow.) | |
JobCompletionState | Specifies the queue job completion state specified by the JobState enumeration. | |
JobGroupGUID | Specifies the unique identifier for a group of queue jobs. | |
JobGUID | Specifies the unique identifier for a queue job. | |
MessageType | Specifies the type of message for a queue job status request, using the QueueMsgType enumeration. | |
RowError | (Inherited from DataRow.) | |
RowState | (Inherited from DataRow.) | |
Table | (Inherited from DataRow.) |
Top
Methods
Top
Extension Methods
Name | Description | |
---|---|---|
GetValue<T> | Reserved for internal use. (Defined by PSUtility.) |
Top