你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
EventProcessor<TPartition>.ReadLastEnqueuedEventProperties 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从事件中心服务接收事件时,与此上下文关联的 EventHubs 客户端观察到的一组有关分区的最后一个排队事件的信息。 仅当使用 set 创建 TrackLastEnqueuedEventProperties 使用者时,这才可用。
protected virtual Azure.Messaging.EventHubs.Consumer.LastEnqueuedEventProperties ReadLastEnqueuedEventProperties (string partitionId);
abstract member ReadLastEnqueuedEventProperties : string -> Azure.Messaging.EventHubs.Consumer.LastEnqueuedEventProperties
override this.ReadLastEnqueuedEventProperties : string -> Azure.Messaging.EventHubs.Consumer.LastEnqueuedEventProperties
Protected Overridable Function ReadLastEnqueuedEventProperties (partitionId As String) As LastEnqueuedEventProperties
参数
- partitionId
- String
要从中读取属性的事件中心分区的标识符。
返回
已排队到分区的最后一个事件的属性集。
例外
在未设置的情况下 TrackLastEnqueuedEventProperties 调用此方法或处理器未运行时发生。
注解
跟踪有关分区最后一个排队事件的信息时,从事件中心服务接收的每个事件都将携带有关分区的元数据,否则不会。 这会导致少量额外的网络带宽消耗,在考虑使用事件中心客户端定期请求分区属性时,这通常是一个有利的权衡。