AFDeliveryFormat.DeliveryChannelPlugIn Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
The delivery channel plug in property is used to specify which
delivery channel will be used to deliver the AFNotificationRule.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFPlugIn DeliveryChannelPlugIn { get; }
Public ReadOnly Property DeliveryChannelPlugIn As AFPlugIn Get Dim instance As AFDeliveryFormat Dim value As AFPlugIn value = instance.DeliveryChannelPlugIn
public: property AFPlugIn^ DeliveryChannelPlugIn { AFPlugIn^ get (); }
member DeliveryChannelPlugIn : AFPlugIn with get
Property Value
Type: AFPlugInThe delivery channel plug in used to create the delivery channel which delivers the AFNotificationRule.
Remarks
The list of available delivery channels available on the system is provided by the DeliveryChannelPlugIns collection. An instance of a delivery channel is created by an object which is derived from the AFDeliveryChannel base class that has been registered on the PI AF Server using the RegPlugIn utility. An instance of the delivery channel reference is associated with an AFDeliveryFormat for the delivery of notifications.