QueueStatusRequestDataSet.StatusRequestRow class
Represents a specific status request in the the QueueStatusRequestDataSet object.
Inheritance hierarchy
System.Object
System.Data.DataRow
WebSvcQueueSystem.QueueStatusRequestDataSet.StatusRequestRow
Namespace: WebSvcQueueSystem
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Class StatusRequestRow _
Inherits DataRow
'Usage
Dim instance As QueueStatusRequestDataSet.StatusRequestRow
public class StatusRequestRow : DataRow
Remarks
For a code example using QueueStatusRequestDataSet and StatusRequestRow, 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
QueueStatusRequestDataSet.StatusRequestRow members