VaultApplicationBaseGetEventHandlerExecutionOrderPreserver Method |
During upgrade or a period where the application is removed/disabled
and then reinstalled/enabled, event handler priorities that determine
execution order can be lost.
This method provides an interface that can be used to rememberthe application's
current event handlers and their priorities in relation to other handlers
during uninstall and restore them again after the application is re-installed,
or re-enabled.
Namespace:
MFiles.VAF
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxprotected virtual EventHandlerExecutionOrderPreserver GetEventHandlerExecutionOrderPreserver()
Protected Overridable Function GetEventHandlerExecutionOrderPreserver As EventHandlerExecutionOrderPreserver
protected:
virtual EventHandlerExecutionOrderPreserver^ GetEventHandlerExecutionOrderPreserver()
Return Value
Type:
EventHandlerExecutionOrderPreserverThe priority preserver, or null to skip the behavior.
See Also