ITaskNotificationSubscription Interface
Defines the notification endpoint task state changes and whether to include task progress for which to be notified.
Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)
Syntax
public interface ITaskNotificationSubscription
public interface class ITaskNotificationSubscription
type ITaskNotificationSubscription = interface end
Public Interface ITaskNotificationSubscription
Properties
Name | Description | |
---|---|---|
IncludeTaskProgress | Boolean to control if including the task progress or not |
|
NotificationEndPoint | Endpoint that subscriber receives notification of job state. |
|
TargetTaskState | The state changes for which the subscriber is interested in receiving notifications. |
See Also
Microsoft.WindowsAzure.MediaServices.Client Namespace
Return to top