QueueStatusDataSet class

Contains the results of a queue status request.

Inheritance hierarchy

System.Object
  System.ComponentModel.MarshalByValueComponent
    System.Data.DataSet
      WebSvcQueueSystem.QueueStatusDataSet

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class QueueStatusDataSet _
    Inherits DataSet
'Usage
Dim instance As QueueStatusDataSet
[SerializableAttribute]
public class QueueStatusDataSet : DataSet

Remarks

For more information and examples, see the following QueueSystem methods:

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 members

WebSvcQueueSystem namespace