TrackInitialization(bool, TimeSpan, Exception?)
public 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.
