AFDeliveryChannel.AvailableForSend Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Read-only Boolean indicating if the delivery channel is available for sending.
///
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public virtual bool AvailableForSend { get; }
Public Overridable ReadOnly Property AvailableForSend As Boolean Get Dim instance As AFDeliveryChannel Dim value As Boolean value = instance.AvailableForSend
public: virtual property bool AvailableForSend { bool get (); }
abstract AvailableForSend : bool with get override AvailableForSend : bool with get
Property Value
Type: BooleanReturns if this delivery channel is available for sending.