Skip to content

IQueueAdapterReceiverMonitor.TrackInitialization(bool, TimeSpan, Exception)

TrackInitialization(bool, TimeSpan, Exception)

abstract
public abstract 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.