Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Called by the Web performance testing framework after a Web performance test when a dynamic parameter has been detected during the test.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Overridable Sub PostWebTestDynamicParameterDetection ( _
sender As Object, _
e As PostWebTestRecordingEventArgs _
)
public virtual void PostWebTestDynamicParameterDetection(
Object sender,
PostWebTestRecordingEventArgs e
)
public:
virtual void PostWebTestDynamicParameterDetection(
Object^ sender,
PostWebTestRecordingEventArgs^ e
)
abstract PostWebTestDynamicParameterDetection :
sender:Object *
e:PostWebTestRecordingEventArgs -> unit
override PostWebTestDynamicParameterDetection :
sender:Object *
e:PostWebTestRecordingEventArgs -> unit
public function PostWebTestDynamicParameterDetection(
sender : Object,
e : PostWebTestRecordingEventArgs
)
Parameters
- sender
Type: System.Object
The source of the event.
- e
Type: Microsoft.VisualStudio.TestTools.WebTesting.PostWebTestRecordingEventArgs
A PostWebTestRecordingEventArgs that contains the event data.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.