NotificationEndPointCollection Class
Represents a collection of INotificationEndPoint objects.
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.MediaServices.Client.BaseCollection<INotificationEndPoint>
Microsoft.WindowsAzure.MediaServices.Client.CloudBaseCollection<INotificationEndPoint>
Microsoft.WindowsAzure.MediaServices.Client.NotificationEndPointCollection
Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)
Syntax
'Declaration
Public NotInheritable Class NotificationEndPointCollection _
Inherits CloudBaseCollection(Of INotificationEndPoint)
'Usage
Dim instance As NotificationEndPointCollection
public sealed class NotificationEndPointCollection : CloudBaseCollection<INotificationEndPoint>
public ref class NotificationEndPointCollection sealed : public CloudBaseCollection<INotificationEndPoint^>
[<SealedAttribute>]
type NotificationEndPointCollection =
class
inherit CloudBaseCollection<INotificationEndPoint>
end
public final class NotificationEndPointCollection extends CloudBaseCollection<INotificationEndPoint>
The NotificationEndPointCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
ElementType | Gets the type of the element(s) that are returned when the expression tree associated with this instance of IQueryable is executed. (Inherited from BaseCollection<T>.) | |
Expression | Gets the expression tree that is associated with the instance of IQueryable. (Inherited from BaseCollection<T>.) | |
MediaContext | Gets or sets MediaContextBase. (Inherited from BaseCollection<T>.) | |
Provider | Gets the query provider that is associated with this data source. (Inherited from BaseCollection<T>.) |
Top
Methods
Name | Description | |
---|---|---|
Create | Creates a notification endpoint object. | |
CreateAsync | Creates a notification endpoint object asynchronously. | |
Equals | (Inherited from Object.) | |
GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from BaseCollection<T>.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from BaseCollection<T>.) |
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.