Skip to content

DefaultQueueAdapterReceiverMonitor.TrackInitialization(bool, TimeSpan, Exception?)

TrackInitialization(bool, TimeSpan, Exception?)

View source
public void TrackInitialization(bool success, TimeSpan callTime, Exception? exception)
Track attempts to initialize the receiver.

Parameters

successbool
True if read succeeded, false if read failed.
callTimeTimeSpan
Init operation time.
exceptionException?
Exception caught if initialize fail.