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