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

AF SDK Reference

AFAnalysisRule.Publish Method

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFAnalysisRule.Publish Method
The output AFAttribute values of the analysis case run are published to the locations specified by the attribute's data reference configuration.

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

Syntax

public virtual bool Publish()
Public Overridable Function Publish As Boolean

Dim instance As AFAnalysisRule
Dim returnValue As Boolean

returnValue = instance.Publish()
public:
virtual bool Publish()
abstract Publish : unit -> bool 
override Publish : unit -> bool 

Return Value

Type: Boolean
Returns if the operation was successful. Any messages generated during the publish process will be output using AFTrace.

Remarks

This method will process all the output AFResult values of the analysis AFCase run. The default implementation will call the PublishValue(AFAttribute, AFValue) for each result that is an output.

Version Information

AFSDK


See Also

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