AFNotificationRuleSubscriber.GetDeliveryFormat Method
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Get the AFDeliveryFormat object associated with the DeliveryChannelPlugIn.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFDeliveryFormat GetDeliveryFormat()
Public Function GetDeliveryFormat As AFDeliveryFormat Dim instance As AFNotificationRuleSubscriber Dim returnValue As AFDeliveryFormat returnValue = instance.GetDeliveryFormat()
public: AFDeliveryFormat^ GetDeliveryFormat()
member GetDeliveryFormat : unit -> AFDeliveryFormat
Return Value
Type: AFDeliveryFormatThe AFDeliveryFormat object associated with the DeliveryChannelPlugIn.