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) |
追蹤關閉接收者的嘗試。 |