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

AF SDK Reference

AFNotificationContentResult Class

  • Last UpdatedNov 18, 2025
  • 4 minute read
AFNotificationContentResult Class
The result content of an AFNotification.

Inheritance Hierarchy

SystemObject
  OSIsoft.AF.NotificationAFNotificationContentResult

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

Syntax

public class AFNotificationContentResult : IAFTrace
Public Class AFNotificationContentResult
	Implements IAFTrace

Dim instance As AFNotificationContentResult
public ref class AFNotificationContentResult : IAFTrace
type AFNotificationContentResult =  
    class
        interface IAFTrace
    end

The AFNotificationContentResult type exposes the following members.

Constructors

  NameDescription
Public method
AFNotificationContentResult
Initializes a new instance of the AFNotificationContentResult class.

Properties

  NameDescription
Public property
Content
The notification content associated with the result.
Public property
DisplayName
The user-friendly display name for the content result.
Public property
IsUpdated
Indicates whether the Value for this result is updated.
Public property
Value
The value of notification content result.

Methods

  NameDescription
Public method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public method
GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public method
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method
IsTraced
Indicates if a specified level is being traced.
Public method
ToString
Returns a string that represents the current object.
(Inherited from Object.)
Public method
TraceData
Output a data trace event.
Public method
TraceDetail
Output a detail trace event.
Public method
TraceError
Output an error trace event.
Public method
TraceEvent(AFTraceSwitchLevel, String)
Output a trace event with a message.
Public method
TraceEvent(AFTraceSwitchLevel, String, Int32)
Output a trace event with a message and a duration.
Public method
TraceEvent(AFTraceSwitchLevel, String, Object)
Output a trace event as a formatted message with a variable number of arguments.
Public method
TraceInformation
Output an information trace event.
Public method
TraceSummary
Output a summary trace event.
Public method
TraceWarning
Output a warning trace event.

Remarks

The content result is used to hold temporary information for the results of a notification analysis and is not persisted to the server.

Version Information

AFSDK


See Also

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