Delen via


DeliveryConfiguration Class

Definition

Properties of the delivery configuration information of the event subscription.

public class DeliveryConfiguration
type DeliveryConfiguration = class
Public Class DeliveryConfiguration
Inheritance
DeliveryConfiguration

Constructors

DeliveryConfiguration()

Initializes a new instance of DeliveryConfiguration.

Properties

DeliveryMode

Delivery mode of the event subscription.

Push

This property should be populated when deliveryMode is push and represents information about the push subscription.

Queue

This property should be populated when deliveryMode is queue and represents information about the queue subscription.

Applies to