AFAnalysisRule.DefaultSaveConfigChanges Method
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- 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.2.0.7
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.