EventsDataSet Class

Contains information about Project Server events.

Inheritance Hierarchy

System.Object
  System.ComponentModel.MarshalByValueComponent
    System.Data.DataSet
      [Events Web service].EventsDataSet

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

Syntax

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

Remarks

The EventsDataSet object contains the Event table (a EventsDataSet.EventDataTable object), which includes a row for each event in Project Server. The ReadEventsList method returns an EventsDataSet object.

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

EventsDataSet Members

Events Web Service