EventHandlerExecutionOrderPreserver Constructor |
Constructor.
Namespace:
MFiles.VAF.Core
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic EventHandlerExecutionOrderPreserver(
MFNamedValueType nvsType = MFNamedValueType.MFSystemAdminConfiguration,
string nvsNamespace = "Applications.UninstalledEventHandlerExecutionOrder"
)
Public Sub New (
Optional nvsType As MFNamedValueType = MFNamedValueType.MFSystemAdminConfiguration,
Optional nvsNamespace As String = "Applications.UninstalledEventHandlerExecutionOrder"
)
public:
EventHandlerExecutionOrderPreserver(
MFNamedValueType nvsType = MFNamedValueType::MFSystemAdminConfiguration,
String^ nvsNamespace = L"Applications.UninstalledEventHandlerExecutionOrder"
)
Parameters
- nvsType (Optional)
- Type: MFNamedValueType
The type of NVS storage to use to persist priority information. - nvsNamespace (Optional)
- Type: SystemString
The NVS namespace to use to persist priority information.
See Also