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.
ValidationRuleRequestTime::Validate Method (Object^, ValidationEventArgs^)
Validates that the request time did not exceed the MaxRequestTime property.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Parameters
- sender
-
Type:
System::Object^
The source of the event.
- e
-
Type:
Microsoft.VisualStudio.TestTools.WebTesting::ValidationEventArgs^
A ValidationEventArgs that contains the event data.
This rule will fail if the request time is greater than the maximum set by MaxRequestTime.
Show: