MediaContextBase.NotificationEndPoints Property

Gets the collection of notification endpoints available in the system.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property NotificationEndPoints As NotificationEndPointCollection 
    Get
'Usage
Dim instance As MediaContextBase 
Dim value As NotificationEndPointCollection 

value = instance.NotificationEndPoints
public abstract NotificationEndPointCollection NotificationEndPoints { get; }
public:
virtual property NotificationEndPointCollection^ NotificationEndPoints {
    NotificationEndPointCollection^ get () abstract;
}
abstract NotificationEndPoints : NotificationEndPointCollection
abstract function get NotificationEndPoints () : NotificationEndPointCollection

Property Value

Type: Microsoft.WindowsAzure.MediaServices.Client.NotificationEndPointCollection
Returns NotificationEndPointCollection.

See Also

Reference

MediaContextBase Class

Microsoft.WindowsAzure.MediaServices.Client Namespace