This is a migrated thread and some comments may be shown as answers.

Nested TrackFeatureStart/TrackFeatureStop?

3 Answers 21 Views
Monitor integration
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Guest
Top achievements
Rank 1
Guest asked on 01 Sep 2011, 05:47 PM
Hi guys, small question: is nested TrackFeatureStart() / TrackFeatureStop() for the same feature supported?

3 Answers, 1 is accepted

Sort by
0
Guest
Top achievements
Rank 1
answered on 01 Sep 2011, 05:47 PM
Hi Vitaliy I'am not sure exactly what you mean with nested, could you elaborate? Each call to TrackFeatureStart will have to be paired with a call to TrackFeatureStop. Another call to start won't do anything until stop or cancel are called for that same feature. best regards, Thomas Andersen EQATEC Team
0
Guest
Top achievements
Rank 1
answered on 01 Sep 2011, 05:47 PM
Hi, I meant following: _monitor.TrackFeatureStart("feature1"); // more code here _monitor.TrackFeatureStart("feature1"); // ... _monitor.TrackFeatureStop("feature1"); // more code here _minitor.TrackFeatureStop("fature1"); from your e-mail it is clear that this case not supported. Regards, Vitaliy
0
Guest
Top achievements
Rank 1
answered on 01 Sep 2011, 05:47 PM
No sorry. You'll have to do this with two different feature names. best regards, Thomas Andersen EQATEC Team
Tags
Monitor integration
Asked by
Guest
Top achievements
Rank 1
Answers by
Guest
Top achievements
Rank 1
Share this question
or