你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MessageReceiver.DeferAsync(String, IDictionary<String,Object>) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示接收方希望延迟消息的处理。
public System.Threading.Tasks.Task DeferAsync (string lockToken, System.Collections.Generic.IDictionary<string,object> propertiesToModify = default);
abstract member DeferAsync : string * System.Collections.Generic.IDictionary<string, obj> -> System.Threading.Tasks.Task
override this.DeferAsync : string * System.Collections.Generic.IDictionary<string, obj> -> System.Threading.Tasks.Task
Public Function DeferAsync (lockToken As String, Optional propertiesToModify As IDictionary(Of String, Object) = Nothing) As Task
参数
- propertiesToModify
- IDictionary<String,Object>
延迟消息时要修改的消息的属性。
返回
实现
注解
只有在 设置为 PeekLock时ReceiveMode,才能在 中找到LockToken锁定令牌。 为了在将来再次接收此消息,需要保存 SequenceNumber 并使用 接收它 ReceiveDeferredMessageAsync(Int64)。 延迟消息不会影响消息的过期时间,这意味着延迟的消息仍可能过期。 此操作只能对此接收方收到的消息执行。