Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds a StatusRow object to the StatusDataTable.
Namespace: WebSvcQueueSystem
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Sub AddStatusRow ( _
row As QueueStatusDataSet.StatusRow _
)
'Usage
Dim instance As QueueStatusDataSet.StatusDataTable
Dim row As QueueStatusDataSet.StatusRow
instance.AddStatusRow(row)
public void AddStatusRow(
QueueStatusDataSet.StatusRow row
)
Parameters
row
Type: WebSvcQueueSystem.QueueStatusDataSet.StatusRowThe StatusRow object to add.
Remarks
The AddStatusRow method signature is overloaded as follows:
Third-party developers should use the overload that has a single QueueStatusDataSet.StatusRow parameter, for example, AddStatusRow(QueueStatusDataSet.StatusRow row).
The Object Explorer in Microsoft Visual Studio shows another overload, which uses individual parameters for all fields in StatusRow. The overload is used internally.
public StatusRow AddStatusRow( int QueueID, int MessageType, int JobCompletionState, int QueuePosition, int LastAdminAction, string ErrorInfo, int PercentComplete, System.DateTime QueueEntryTime, System.DateTime QueueProcessingTime, System.DateTime QueueCompletedTime, System.DateTime QueueWakeupTime, int WaitTime, int GroupPriority, int CorrelationPriority, System.Guid CorrelationGUID, System.Guid JobGUID, System.Guid JobGroupGUID, System.Guid JobInfoGUID, System.Guid ResourceGUID, string MachineName, string ServiceName)
See also
Reference
QueueStatusDataSet.StatusDataTable class