DefaultQueueAdapterReceiverMonitor.TrackInitialization Method
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.
Track attempts to initialize the receiver.
public void TrackInitialization (bool success, TimeSpan callTime, Exception exception);
abstract member TrackInitialization : bool * TimeSpan * Exception -> unit
override this.TrackInitialization : bool * TimeSpan * Exception -> unit
Public Sub TrackInitialization (success As Boolean, callTime As TimeSpan, exception As Exception)
Parameters
- success
- Boolean
True if read succeeded, false if read failed.
- callTime
- TimeSpan
Init operation time.
- exception
- Exception
Exception caught if initialize fail.