TrackRead(bool, TimeSpan, Exception)
abstract
public abstract void TrackRead(bool success, TimeSpan callTime, Exception exception) Track attempts to read from the partition. Tracked per partition read operation.
Parameters
successbool- True if read succeeded, false if read failed.
callTimeTimeSpan- Time spent in read operation.
exceptionException- The exception caught if read failed.
