你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Queue.UpdateStages.WithSession Interface

public static interface Queue.UpdateStages.WithSession

The stage of the queue definition allowing to enable session support.

Method Summary

Modifier and Type Method and Description
abstract Update withoutSession()

Specifies that session support should be disabled for the queue.

abstract Update withSession()

Specifies that session support should be enabled for the queue.

Method Details

withoutSession

public abstract Queue.Update withoutSession()

Specifies that session support should be disabled for the queue.

Returns:

the next stage of queue update

withSession

public abstract Queue.Update withSession()

Specifies that session support should be enabled for the queue.

Returns:

the next stage of queue update

Applies to