WebTestRecorderPlugin.PostWebTestRecording Method
Called by the Web performance testing framework after a Web performance test has been recorded.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Overridable Sub PostWebTestRecording ( _
sender As Object, _
e As PostWebTestRecordingEventArgs _
)
public virtual void PostWebTestRecording(
Object sender,
PostWebTestRecordingEventArgs e
)
public:
virtual void PostWebTestRecording(
Object^ sender,
PostWebTestRecordingEventArgs^ e
)
abstract PostWebTestRecording :
sender:Object *
e:PostWebTestRecordingEventArgs -> unit
override PostWebTestRecording :
sender:Object *
e:PostWebTestRecordingEventArgs -> unit
public function PostWebTestRecording(
sender : Object,
e : PostWebTestRecordingEventArgs
)
Parameters
sender
Type: ObjectThe source of the event.
e
Type: Microsoft.VisualStudio.TestTools.WebTesting.PostWebTestRecordingEventArgsA 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.
See Also
Reference
Microsoft.VisualStudio.TestTools.WebTesting Namespace