JobNotificationSubscriptionCollection Class

The notification subscriptions for the job.

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.MediaServices.Client.JobNotificationSubscriptionCollection

Namespace:  Microsoft.WindowsAzure.MediaServices.Client
Assembly:  Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)

Syntax

'Declaration
Public Class JobNotificationSubscriptionCollection _
    Implements IEnumerable(Of IJobNotificationSubscription), IEnumerable
'Usage
Dim instance As JobNotificationSubscriptionCollection
public class JobNotificationSubscriptionCollection : IEnumerable<IJobNotificationSubscription>, 
    IEnumerable
public ref class JobNotificationSubscriptionCollection : IEnumerable<IJobNotificationSubscription^>, 
    IEnumerable
type JobNotificationSubscriptionCollection =  
    class 
        interface IEnumerable<IJobNotificationSubscription>
        interface IEnumerable 
    end
public class JobNotificationSubscriptionCollection implements IEnumerable<IJobNotificationSubscription>, IEnumerable

The JobNotificationSubscriptionCollection type exposes the following members.

Constructors

  Name Description
Public method JobNotificationSubscriptionCollection Initializes a new instance of the  JobNotificationSubscriptionCollection class. 

Top

Properties

  Name Description
Public property Count Gets the number of INotificationEndPoint elements contained in the collection.
Public property MediaContext Gets or sets MediaContextBase.

Top

Methods

  Name Description
Public method AddNew Adds a new INotificationEndPoint instance to the collection.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Returns an enumerator that can iterate through a collection.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator Returns an enumerator that can iterate through a collection.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.WindowsAzure.MediaServices.Client Namespace