AdminEventReceiver members

Includes local event handlers for methods in the WebSvcAdmin.Admin class, and remote event receivers for Admin (administrative) events in Project Web App.

The AdminEventReceiver type exposes the following members.

Constructors

  Name Description
Protected method AdminEventReceiver Creates an instance of the AdminEventReceiver class.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method OnAdSyncERPSynchronized A local post-event handler for the Admin – AdSyncERPSynchronized event, which occurs after the enterprise resource pool is synchronized with Active Directory services data.
Public method OnAdSyncERPSynchronizedRemote A remote post-event receiver for the Admin – AdSyncERPSynchronized event, which occurs after the enterprise resource pool is synchronized with Active Directory services data.
Public method OnAdSyncERPSynchronizing A local pre-event handler for the Admin – AdSyncERPSynchronizing event, which occurs before the enterprise resource pool is synchronized with Active Directory services data.
Public method OnAdSyncERPSynchronizingRemote A remote pre-event receiver for the Admin – AdSyncERPSynchronizing event, which occurs before the enterprise resource pool is synchronized with Active Directory services data.
Public method OnAdSyncGroupsSynchronized A local post-event handler for the Admin – AdSyncGroupsSynchronized event, which occurs after Project Server synchronizes the Active Directory groups in Project Web App.
Public method OnAdSyncGroupsSynchronizedRemote A remote post-event receiver for the Admin – AdSyncGroupsSynchronized event, which occurs after Project Server synchronizes the Active Directory groups in Project Web App.
Public method OnAdSyncGroupsSynchronizing A local pre-event handler for the Admin – AdSyncGroupsSynchronizing event, which occurs before Project Server synchronizes the Active Directory groups in Project Web App.
Public method OnAdSyncGroupsSynchronizingRemote A remote pre-event receiver for the Admin – AdSyncGroupsSynchronizing event, which occurs before Project Server synchronizes the Active Directory groups in Project Web App.
Public method OnAdSyncGroupSynchronized A local post-event handler for the Admin – AdSyncGroupSynchronized event, which occurs after Project Server synchronizes a specified Active Directory group in Project Web App.
Public method OnAdSyncGroupSynchronizedRemote A remote post-event receiver for the Admin – AdSyncGroupSynchronized event, which occurs after Project Server synchronizes a specified Active Directory group in Project Web App.
Public method OnAdSyncGroupSynchronizing A local pre-event handler for the Admin – AdSyncGroupSynchronizing event, which occurs before Project Server synchronizes a specified Active Directory group in Project Web App.
Public method OnAdSyncGroupSynchronizingRemote A remote pre-event receiver for the Admin – AdSyncGroupSynchronized event, which occurs before Project Server synchronizes a specified Active Directory group in Project Web App.
Public method OnLineClassUpdated A local post-event handler for the Admin – LineClassUpdated event, which occurs after Project Server updates a timesheet line classification.
Public method OnLineClassUpdatedRemote A remote post-event receiver for the Admin – LineClassUpdated event, which occurs after Project Server updates a timesheet line classification.
Public method OnLineClassUpdating A local pre-event handler for the Admin – LineClassUpdating event, which occurs before Project Server updates a timesheet line classification.
Public method OnLineClassUpdatingRemote A remote pre-event receiver for the Admin – LineClassUpdating event, which occurs before Project Server updates a timesheet line classification.
Public method OnReportingPeriodUpdated A local post-event handler for the Admin – ReportingPeriodUpdated event, which occurs after Project Server updates a time reporting period.
Public method OnReportingPeriodUpdatedRemote A remote post-event receiver for the Admin – ReportingPeriodUpdated event, which occurs after Project Server updates a time reporting period.
Public method OnReportingPeriodUpdating A local pre-event handler for the Admin – ReportingPeriodUpdating event, which occurs before Project Server updates a time reporting period.
Public method OnReportingPeriodUpdatingRemote A local pre-event handler for the Admin – ReportingPeriodUpdating event, which occurs before Project Server updates a time reporting period.
Public method OnStatusReportsDeleted A local post-event handler for the Admin – StatusReportsDeleted event, which occurs after a timesheet is deleted.
Public method OnStatusReportsDeletedRemote A remote post-event receiver for the Admin – StatusReportsDeleted event, which occurs after a timesheet is deleted.
Public method OnStatusReportsDeleting A local pre-event handler for the Admin – StatusReportsDeleting event, which occurs before a timesheet is deleted.
Public method OnStatusReportsDeletingRemote A remote pre-event receiver for the Admin – StatusReportsDeleting event, which occurs before a timesheet is deleted.
Public method ToString (Inherited from Object.)

Top

See also

Reference

AdminEventReceiver class

Microsoft.Office.Project.Server.Events namespace