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

AF SDK Reference

AFDeliveryChannel.Send Method

  • Last UpdatedNov 18, 2025
  • 1 minute read
AFDeliveryChannel.Send Method
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.

Version Information

AFSDK


See Also

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