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 | |
---|---|---|
JobNotificationSubscriptionCollection | Initializes a new instance of the JobNotificationSubscriptionCollection class. |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the number of INotificationEndPoint elements contained in the collection. | |
MediaContext | Gets or sets MediaContextBase. |
Top
Methods
Name | Description | |
---|---|---|
AddNew | Adds a new INotificationEndPoint instance to the collection. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Returns an enumerator that can iterate through a collection. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
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.