QueueStatusDataSet.StatusRow Class

Represents the status of one queue job in the QueueStatusDataSet object.

Inheritance Hierarchy

System.Object
  System.Data.DataRow
    [QueueSystem Web service].QueueStatusDataSet.StatusRow

Namespace:  [QueueSystem Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/QueueSystem.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/QueueSystem.asmx?wsdl

Syntax

'Declaration
Public Class StatusRow _
    Inherits DataRow
'Usage
Dim instance As QueueStatusDataSet.StatusRow
public class StatusRow : DataRow

Remarks

For QueueStatusDataSet example results, see the ReadJobStatus method.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

QueueStatusDataSet.StatusRow Members

QueueSystem Web Service