AFNotificationRuleSubscriber.GetDeliveryFormat Method
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
Get the AFDeliveryFormat object associated with the DeliveryChannelPlugIn.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
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.