QueueStatusDataSet.StatusRow class
Represents the status of one queue job in the QueueStatusDataSet object.
Inheritance hierarchy
System.Object
System.Data.DataRow
WebSvcQueueSystem.QueueStatusDataSet.StatusRow
Namespace: WebSvcQueueSystem
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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.