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

AF SDK Reference

AFDefaultDeliveryFormats Class

  • Last UpdatedNov 18, 2025
  • 7 minute read
AFDefaultDeliveryFormats Class
A collection of default AFDeliveryFormat objects. This may be a collection maintained by an AFNotificationRuleTemplate or an AFNotificationRule.

Inheritance Hierarchy

SystemObject
  OSIsoft.AF.NotificationAFDefaultDeliveryFormats

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

Syntax

public sealed class AFDefaultDeliveryFormats : IList<AFDeliveryFormat>, 
	ICollection<AFDeliveryFormat>, IEnumerable<AFDeliveryFormat>, IEnumerable, 
	IAFList, IList, ICollection
Public NotInheritable Class AFDefaultDeliveryFormats
	Implements IList(Of AFDeliveryFormat), ICollection(Of AFDeliveryFormat), 
	IEnumerable(Of AFDeliveryFormat), IEnumerable, IAFList, IList, 
	ICollection

Dim instance As AFDefaultDeliveryFormats
public ref class AFDefaultDeliveryFormats sealed : IList<AFDeliveryFormat^>, 
	ICollection<AFDeliveryFormat^>, IEnumerable<AFDeliveryFormat^>, IEnumerable, 
	IAFList, IList, ICollection
[<SealedAttribute>]
type AFDefaultDeliveryFormats =  
    class
        interface IList<AFDeliveryFormat>
        interface ICollection<AFDeliveryFormat>
        interface IEnumerable<AFDeliveryFormat>
        interface IEnumerable
        interface IAFList
        interface IList
        interface ICollection
    end

The AFDefaultDeliveryFormats type exposes the following members.

Properties

Methods

  NameDescription
Public method
Add
Adds an object to the end of the collection.
Public method
Clear
Removes all items from the collection.
Public method
Contains(Guid)
This method determines whether the collection contains a specific item referenced by id.
Public method
Contains(String)
This method determines whether the collection contains a specific item referenced by name.
Public method
Contains(AFDeliveryFormat)
This method determines whether the collection contains a specific item.
Public method
CopyTo
Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array.
Public method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public method
GetEnumerator
Returns an enumerator that iterates through the collection.
Public method
GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public method
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method
IndexOf
Searches for the specified object and returns the zero-based index of the first occurrence within the entire collection.
Public method
Insert
Inserts an item into the collection at the specified index.
Public method
Remove(AFDeliveryFormat)
Removes the first occurrence of a specific object from the collection.
Public method
Remove(AFPlugIn)
Removes the AFDeliveryFormat for the specified AFPlugIn
Public method
RemoveAt
Removes the item at the specified index of the collection.
Public method
ToString
Returns a string that represents the current object.
(Inherited from Object.)

Extension Methods

  NameDescription
Public Extension Method
AggregateAFDeliveryFormat
Performs all requested aggregates on the specified items.
(Defined by AFAggregate.)
Public Extension Method
AggregateAsyncAFDeliveryFormat
Performs all requested aggregates on the specified items asynchronously.
(Defined by AFAggregate.)
Public Extension Method
BinnedSummaryAFDeliveryFormat, TBin
Generates a summary broken down by the specified bins for items matching the search criteria.
(Defined by AFAggregate.)
Public Extension Method
BinnedSummaryAsyncAFDeliveryFormat, TBin
Generates a summary broken down by the specified bins for items matching the search criteria asynchronously.
(Defined by AFAggregate.)
Public Extension MethodCode example
ChunkedByAFDeliveryFormat
This extension method breaks up search results into chunks to make it easier to page through and process IEnumerableT collections in chunks.
(Defined by AFSDKExtension.)
Public Extension Method
FrequencyDistributionAFDeliveryFormat
Generates a frequency distribution for the specified items.
(Defined by AFAggregate.)
Public Extension Method
FrequencyDistributionAsyncAFDeliveryFormat
Generates a frequency distribution for the specified items asynchronously.
(Defined by AFAggregate.)
Public Extension Method
GroupedSummaryAFDeliveryFormat
Generates a summary broken down by group for the specified items.
(Defined by AFAggregate.)
Public Extension Method
GroupedSummaryAsyncAFDeliveryFormat
Generates a histogram for the specified items asynchronously.
(Defined by AFAggregate.)
Public Extension Method
HistogramAFDeliveryFormat, TBin
Generates a histogram for the specified items with the specified weighting.
(Defined by AFAggregate.)
Public Extension Method
HistogramAsyncAFDeliveryFormat, TBin
Generates a histogram for the specified items with the specified weighting asynchronously.
(Defined by AFAggregate.)
Public Extension Method
SummaryAFDeliveryFormat(String, AFSummaryTypes)Overloaded.
Summarizes the specified items.
(Defined by AFAggregate.)
Public Extension Method
SummaryAFDeliveryFormat(String, AFSummaryTypes, String)Overloaded.
Summarizes the specified items with the specified weighting.
(Defined by AFAggregate.)
Public Extension Method
SummaryAsyncAFDeliveryFormat(String, AFSummaryTypes, CancellationToken)Overloaded.
Summarizes the specified items asynchronously.
(Defined by AFAggregate.)
Public Extension Method
SummaryAsyncAFDeliveryFormat(String, AFSummaryTypes, String, CancellationToken)Overloaded.
Summarizes the specified items with the specified weighting asynchronously.
(Defined by AFAggregate.)

Remarks

This is a collection of default AFDeliveryFormat objects for an AFNotificationRule or AFNotificationRuleTemplate. If a AFDeliveryFormat is set in this collection for an AFPlugIn, the GetDeliveryFormat Overload method will return the AFDeliveryFormat object in this collection, unless overridden by the subscriber.

Version Information

AFSDK

Supported in: 3.1.1, 3.1.0, 3.0.2, 3.0.1, 3.0.0, 2.10.11, 2.10.5, 2.10.0, 2.10, 2.9.5, 2.9, 2.8.5, 2.8

See Also

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