RVTDocs.com

UpdaterRegistry.RemoveAllTriggers

Method
Description:
Removes all triggers associated with Updater with specified UpdaterId. Does not unregister updater.
Syntax
public static void RemoveAllTriggers(
	UpdaterId id
)
Parameters
Parameter Type Description
id UpdaterId Id of specified updater
Return Value
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.