AFTimeRule.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.Time
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public void DefaultSaveConfigChanges()
Public Sub DefaultSaveConfigChanges Dim instance As AFTimeRule instance.DefaultSaveConfigChanges()
public: void DefaultSaveConfigChanges()
member DefaultSaveConfigChanges : unit -> unit
Remarks
This method is provided so an implementation of AFTimeRuleSaveConfigChangesHandler can
call this method to perform the default actions to save the configuration changes that
would be done if the handler was not defined.