共用方式為


IQueueAdapterReceiverMonitor 介面

定義

負責監視接收者效能計量。

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)

追蹤關閉接收者的嘗試。

適用於