AFAnalysisRule.DefaultSaveConfigChanges Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Called by the protected SaveConfigChanges method to perform the default actions to save
the configuration changes.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public void DefaultSaveConfigChanges()
Public Sub DefaultSaveConfigChanges Dim instance As AFAnalysisRule instance.DefaultSaveConfigChanges()
public: void DefaultSaveConfigChanges()
member DefaultSaveConfigChanges : unit -> unit
Remarks
This method is provided so an implementation of AFAnalysisRuleSaveConfigChangesHandler can
call this method to perform the default actions to save the configuration changes that
would be done if the handler was not defined.