QueueStatusDataSet.StatusRow Class

Represents the status of one queue job in the QueueStatusDataSet.

Inheritance Hierarchy

System.Object
  System.Data.DataRow
    WebSvcQueueSystem.QueueStatusDataSet.StatusRow

Namespace:  WebSvcQueueSystem
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

Syntax

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

Remarks

For QueueStatusDataSet example results, see ReadJobStatus.

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

WebSvcQueueSystem Namespace