UpdaterRegistry.RemoveAllTriggers
Method
Description:
Removes all triggers associated with Updater with specified UpdaterId. Does not unregister updater.
Removes all triggers associated with Updater with specified UpdaterId. Does not unregister updater.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
| InvalidOperationException | The updater's owner's AddIn does not match the currently active AddIn. -or- RemoveAllTriggers called while executing an updater. |