ServiceBusSubscription.UpdateStages.WithSession 接口
定义
The stage of the subscription definition allowing to enable session support.
public interface WithSession
方法
withoutSession() |
Specifies that session support should be disabled for the subscription.
|
withSession() |
Specifies that session support should be enabled for the subscription.
|