IQueueAdapterReceiverMonitor 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
负责监视接收方性能指标。
public interface IQueueAdapterReceiverMonitor
type IQueueAdapterReceiverMonitor = interface
Public Interface IQueueAdapterReceiverMonitor
- 派生
方法
TrackInitialization(Boolean, TimeSpan, Exception) |
跟踪初始化接收器的尝试。 |
TrackMessagesReceived(Int64, Nullable<DateTime>, Nullable<DateTime>) |
跟踪每次成功读取的消息读取和时间。 跟踪每个成功的分区读取操作。 |
TrackRead(Boolean, TimeSpan, Exception) |
跟踪从分区读取的尝试。 跟踪每个分区读取操作。 |
TrackShutdown(Boolean, TimeSpan, Exception) |
跟踪关闭接收方的尝试。 |