TaskNotificationSubscriptionCollection Class

 

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.MediaServices.Client.TaskNotificationSubscriptionCollection

Syntax

public class TaskNotificationSubscriptionCollection : IEnumerable<ITaskNotificationSubscription>, 
    IEnumerable
public ref class TaskNotificationSubscriptionCollection : IEnumerable<ITaskNotificationSubscription^>, 
    IEnumerable
type TaskNotificationSubscriptionCollection = 
    class
        interface IEnumerable<ITaskNotificationSubscription>
        interface IEnumerable
    end
Public Class TaskNotificationSubscriptionCollection
    Implements IEnumerable(Of ITaskNotificationSubscription), IEnumerable

Constructors

Name Description
System_CAPS_pubmethod TaskNotificationSubscriptionCollection()

Properties

Name Description
System_CAPS_pubproperty Count

System_CAPS_pubproperty MediaContext

Methods

Name Description
System_CAPS_pubmethod AddNew(NotificationJobState, INotificationEndPoint, Boolean)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetEnumerator()

Returns an enumerator that iterates through the collection.

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Explicit Interface Implementations

Name Description
System_CAPS_pubinterfaceSystem_CAPS_privmethod IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

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

Microsoft.WindowsAzure.MediaServices.Client Namespace

Return to top