다음을 통해 공유


SubscriptionProperties.RequiresSession Property

Definition

This indicates whether the subscription supports the concept of session. Sessionful-messages follow FIFO ordering.

public bool RequiresSession { get; set; }
member this.RequiresSession : bool with get, set
Public Property RequiresSession As Boolean

Property Value

Remarks

If true, the ServiceBusSessionProcessor or ServiceBusSessionReceiver must be used to receive messages from the subscription. Defaults to false.

Applies to