AFNotificationContentResult Constructor
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Initializes a new instance of the AFNotificationContentResult class.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
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.