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
System_CAPS_pubproperty IncludeTaskProgress

Boolean to control if including the task progress or not

System_CAPS_pubproperty NotificationEndPoint

Endpoint that subscriber receives notification of job state.

System_CAPS_pubproperty TargetTaskState

The state changes for which the subscriber is interested in receiving notifications.

See Also

Microsoft.WindowsAzure.MediaServices.Client Namespace

Return to top