The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ConditionalRule::CleanUp Method (Object^, ConditionalEventArgs^)
Called after the loop or condition has finished executing. This includes any requests in the body. Any cleanup code that is relevant to the conditional rule must be added to this method.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Parameters
- sender
-
Type:
System::Object^
The sender of the event.
- e
-
Type:
Microsoft.VisualStudio.TestTools.WebTesting::ConditionalEventArgs^
The ConditionalEventArgs that contains the event data.
Show: