次の方法で共有


JobNotificationSubscriptionCollection クラス

定義

public class JobNotificationSubscriptionCollection : System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.MediaServices.Client.IJobNotificationSubscription>
type JobNotificationSubscriptionCollection = class
    interface seq<IJobNotificationSubscription>
    interface IEnumerable
Public Class JobNotificationSubscriptionCollection
Implements IEnumerable(Of IJobNotificationSubscription)
継承
JobNotificationSubscriptionCollection
実装

コンストラクター

JobNotificationSubscriptionCollection()

プロパティ

Count
MediaContext

メソッド

AddNew(NotificationJobState, INotificationEndPoint)
GetEnumerator()

明示的なインターフェイスの実装

IEnumerable.GetEnumerator()

拡張メソッド

ToCommaSeparatedString<T>(IEnumerable<T>)

コレクションの要素を文字列に変換し、それらをコンマ区切りのリストに連結するか、null または空のコレクションの場合は null を返します。

適用対象