DataUpdatedReason Enumeration
Indicates why a DataUpdated event was raised.
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
| Member name | Description | |
|---|---|---|
| InternallyInitiated | The data was updated by the PollingListProvider<TBusinessObject>. | |
| TimerInitiated | The data was updated by the PollingListProvider<TBusinessObject> as a result of an elapsed polling interval. | |
| UserInitiated | The data was updated as a result of an action in the Administration Console. |
This enumeration is used by the DataUpdatedEventArgs<TBusinessObject> object.
Community Additions
ADD
Show: