Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFAnalysisRule.SetSaveConfigChangesHandler Method

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFAnalysisRule.SetSaveConfigChangesHandler Method
Set the handler used for saving ConfigString changes.

Namespace:  OSIsoft.AF.Analysis
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182

Syntax

public void SetSaveConfigChangesHandler(
	AFAnalysisRuleSaveConfigChangesHandler handler
)
Public Sub SetSaveConfigChangesHandler ( 
	handler As AFAnalysisRuleSaveConfigChangesHandler
)

Dim instance As AFAnalysisRule
Dim handler As AFAnalysisRuleSaveConfigChangesHandler

instance.SetSaveConfigChangesHandler(handler)
public:
void SetSaveConfigChangesHandler(
	AFAnalysisRuleSaveConfigChangesHandler^ handler
)
member SetSaveConfigChangesHandler : 
        handler : AFAnalysisRuleSaveConfigChangesHandler -> unit 

Parameters

handler
Type: OSIsoft.AF.AnalysisAFAnalysisRuleSaveConfigChangesHandler
The handler to use for saving configuration changes. Specify to reset back to the default value.

Remarks

The specified handler will be called instead of using the default handler which saves the configuration with the AnalysisTemplate or Analysis storage on the server. This can be useful if aggregating a plugin inside of another plugin so the configuration can be saved with the owning plugin's configuration.

Version Information

AFSDK


See Also

In This Topic
TitleResults for “How to create a CRG?”Also Available in