AFDeliveryChannel.Send Method
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Sends the notification results to the contact. This method must be overridden.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public virtual void Send( AFNotificationContentResults results )
Public Overridable Sub Send ( results As AFNotificationContentResults ) Dim instance As AFDeliveryChannel Dim results As AFNotificationContentResults instance.Send(results)
public: virtual void Send( AFNotificationContentResults^ results )
abstract Send : results : AFNotificationContentResults -> unit override Send : results : AFNotificationContentResults -> unit
Parameters
- results
- Type: OSIsoft.AF.NotificationAFNotificationContentResults
Content results from notification.