你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Queue.UpdateStages.WithExpressMessage Interface
public static interface Queue.UpdateStages.WithExpressMessage
The stage of the queue definition allowing to mark it as either holding regular or express messages.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
withExpressMessage()
Specifies that messages in this queue are express hence they can be cached in memory for some time before storing it in messaging store. |
abstract Update |
withoutExpressMessage()
Specifies that messages in this queue are not express hence they should be cached in memory. |
Method Details
withExpressMessage
public abstract Queue.Update withExpressMessage()
Specifies that messages in this queue are express hence they can be cached in memory for some time before storing it in messaging store.
Returns:
withoutExpressMessage
public abstract Queue.Update withoutExpressMessage()
Specifies that messages in this queue are not express hence they should be cached in memory.
Returns: