CloudMediaContext.NotificationEndPoints Property
Gets the collection of notification endpoints
Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property NotificationEndPoints As NotificationEndPointCollection
Get
'Usage
Dim instance As CloudMediaContext
Dim value As NotificationEndPointCollection
value = instance.NotificationEndPoints
public override NotificationEndPointCollection NotificationEndPoints { get; }
public:
virtual property NotificationEndPointCollection^ NotificationEndPoints {
NotificationEndPointCollection^ get () override;
}
abstract NotificationEndPoints : NotificationEndPointCollection
override NotificationEndPoints : NotificationEndPointCollection
override function get NotificationEndPoints () : NotificationEndPointCollection
Property Value
Type: Microsoft.WindowsAzure.MediaServices.Client.NotificationEndPointCollection
The notification endpoints.