AFNotificationContentResult Constructor
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
Initializes a new instance of the AFNotificationContentResult class.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public AFNotificationContentResult( AFNotificationContent content )
Public Sub New ( content As AFNotificationContent ) Dim content As AFNotificationContent Dim instance As New AFNotificationContentResult(content)
public: AFNotificationContentResult( AFNotificationContent^ content )
new : content : AFNotificationContent -> AFNotificationContentResult
Parameters
- content
- Type: OSIsoft.AF.NotificationAFNotificationContent
The notification content associated with this result.