TrackShutdown(bool, TimeSpan, Exception?)
public void TrackShutdown(bool success, TimeSpan callTime, Exception? exception) Track attempts to shutdown the receiver.
Parameters
successbool- True if read succeeded, false if read failed.
callTimeTimeSpan- Shutdown operation time.
exceptionException?- Exception caught if shutdown fail.
