IJobNotificationSubscription Interface

Represents a job notification subscription which contains information about the state of the job and the endpoint from which the notification is sent.

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

Syntax

'Declaration
Public Interface IJobNotificationSubscription
'Usage
Dim instance As IJobNotificationSubscription
public interface IJobNotificationSubscription
public interface class IJobNotificationSubscription
type IJobNotificationSubscription =  interface end
public interface IJobNotificationSubscription

The IJobNotificationSubscription type exposes the following members.

Properties

  Name Description
Public property NotificationEndPoint Endpoint to use to send notifications.
Public property TargetJobState The state of the job that subscriber wants to get notifications about.

Top

See Also

Reference

Microsoft.WindowsAzure.MediaServices.Client Namespace