Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFDeliveryChannel Class

  • Last UpdatedNov 18, 2025
  • 7 minute read
AFDeliveryChannel Class
The AFDeliveryChannel defines the information needed for an notification to receive events.

Inheritance Hierarchy

SystemObject
  OSIsoft.AFAFObject
    OSIsoft.AF.NotificationAFDeliveryChannel

Namespace:  OSIsoft.AF.Notification
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182

Syntax

[SerializableAttribute]
public abstract class AFDeliveryChannel : AFObject, 
	IComparable<AFDeliveryChannel>, IAFTrace
<SerializableAttribute>
Public MustInherit Class AFDeliveryChannel
	Inherits AFObject
	Implements IComparable(Of AFDeliveryChannel), IAFTrace

Dim instance As AFDeliveryChannel
[SerializableAttribute]
public ref class AFDeliveryChannel abstract : public AFObject, 
	IComparable<AFDeliveryChannel^>, IAFTrace
[<AbstractClassAttribute>]
[<SerializableAttribute>]
type AFDeliveryChannel =  
    class
        inherit AFObject
        interface IComparable<AFDeliveryChannel>
        interface IAFTrace
    end

The AFDeliveryChannel type exposes the following members.

Properties

  NameDescription
Public property
AvailableForSend
Read-only Boolean indicating if the delivery channel is available for sending. ///
Public property
CanBeAcknowledged
Read-only Boolean describing if this channel can be used for acknowledgment.
Public property
ConfigString
The current configuration of the Delivery Channel as a string suitable for displaying to an end-user and/or setting its configuration.
Public property
ConfigStringStored
Returns the currently stored configuration string.
Public property
ContentEditorType
The Type of the content editor that is used to configure this delivery channel.
Public property
Database
This read-only property returns the AFDatabase where this object is defined.
Public property
Description
Read-only property that provides more detailed description of the object.
Public property
EditorType
The Type of the editor that is used to configure this delivery channel.
Public property
ID
Read-only property that provides a unique identifier for the object to be used for quick access that is not dependent upon the index.
(Inherited from AFObject.)
Public property
Identity
This read-only property contains identity of the object.
(Inherited from AFObject.)
Public property
IsConfigured
Read-only Boolean indicating if the deliver channel instance is properly configured.
Public property
IsDeleted
This read-only property indicates whether the object has been deleted.
(Inherited from AFObject.)
Public property
IsInitializing
Indicates that the AFDeliveryChannel is in the process of being initialized.
Public property
Name
Read-only property that identifies the name of the object.
Public property
Notification
This read-only property returns the AFNotification that owns this object.
Public property
NotificationContact
This read-only property returns the notification contact that owns this object.
Public property
NotificationRule
This read-only property returns the AFNotificationRule that owns this object.
Public property
NotificationRuleSubscriber
This read-only property returns the AFNotificationRuleSubscriber that owns this object.
Public property
NotificationRuleTemplate
This read-only property returns the AFNotificationRuleTemplate that owns this object.
Public property
NotificationTemplate
This read-only property returns the AFNotificationTemplate that owns this object.
Public property
PISystem
This read-only property allows access to the PISystem associated with this object.
(Inherited from AFObject.)
Public property
PlugIn
This read-only property returns the AFPlugIn used to create this instance of the plugin.
Public property
Template
This read-only property returns the AFNotificationContactTemplate that owns this object.
Public property
UniqueID
Read-only property that provides the object's ID as a String.
(Inherited from AFObject.)

Methods

  NameDescription
Public method
CompareTo(Object)
Compares this instance with a specified Object.
(Inherited from AFObject.)
Public method
CompareTo(AFObject)
Compares this instance with a specified AFObject.
(Inherited from AFObject.)
Public method
Equals(Object)
Determines whether the specified Object is equal to the current object.
(Inherited from AFObject.)
Public method
Equals(AFObject)
Indicates whether the current object is equal to another object of the same type.
(Inherited from AFObject.)
Public method
GetHashCode
Gets the hash code for this instance of the object which is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from AFObject.)
Public method
GetPath
Returns the full path to the object, using just the names.
(Inherited from AFObject.)
Public method
GetPath(AFObject)
Returns the path to the object relative from another object.
(Inherited from AFObject.)
Public method
GetPath(AFEncodeType, AFObject)
Returns the path to the object relative from another object, using the name and/or id as specified by encodeType.
(Inherited from AFObject.)
Public method
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method
IsTraced
Indicates if a specified level is being traced.
Public method
Persist
This method returns the persistence string for the object.
(Inherited from AFObject.)
Public method
Send
Sends the notification results to the contact. This method must be overridden.
Public method
Test
Tests if a message can be sent to a contact via this delivery channel. This method should be overridden.
Public method
ToString
Returns a String that represents the current object.
(Overrides AFObjectToString.)
Public method
TraceData
Output a data trace event.
Public method
TraceDetail
Output a detail trace event.
Public method
TraceError
Output an error trace event.
Public method
TraceEvent(AFTraceSwitchLevel, String)
Output a trace event with a message.
Public method
TraceEvent(AFTraceSwitchLevel, String, Int32)
Output a trace event with a message and a duration.
Public method
TraceEvent(AFTraceSwitchLevel, String, Object)
Output a trace event as a formatted message with a variable number of arguments.
Public method
TraceInformation
Output an information trace event.
Public method
TraceSummary
Output a summary trace event.
Public method
TraceWarning
Output a warning trace event.

Remarks

Event Providers are defined and implemented by AFPlugIns which inherit from this abstract class.

Version Information

AFSDK


See Also

TitleResults for “How to create a CRG?”Also Available in