PISystem.DeliveryChannelPlugIns Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Gets the collection of AFDeliveryChannel
plugin objects maintained by the PISystem.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFPlugIns DeliveryChannelPlugIns { get; }
Public ReadOnly Property DeliveryChannelPlugIns As AFPlugIns Get Dim instance As PISystem Dim value As AFPlugIns value = instance.DeliveryChannelPlugIns
public: property AFPlugIns^ DeliveryChannelPlugIns { AFPlugIns^ get (); }
member DeliveryChannelPlugIns : AFPlugIns with get
Property Value
Type: AFPlugInsThe collection of AFDeliveryChannel plugin objects maintained by the PISystem.
Remarks
This collection is created when the PISystem is initialized from
the list of plugin objects registered on the server's workstation that are derived
from the AFDeliveryChannel base class.