IQueueAdapterReceiverMonitor Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Responsible for monitoring receiver performance metrics.
public interface IQueueAdapterReceiverMonitor
type IQueueAdapterReceiverMonitor = interface
Public Interface IQueueAdapterReceiverMonitor
- Derived
Methods
TrackInitialization(Boolean, TimeSpan, Exception) |
Track attempts to initialize the receiver. |
TrackMessagesReceived(Int64, Nullable<DateTime>, Nullable<DateTime>) |
Tracks messages read and time taken per successful read. Tracked per successful partition read operation. |
TrackRead(Boolean, TimeSpan, Exception) |
Track attempts to read from the partition. Tracked per partition read operation. |
TrackShutdown(Boolean, TimeSpan, Exception) |
Track attempts to shutdown the receiver. |