WebTestPlugin.PostTransaction(Object, PostTransactionEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual void PostTransaction(System::Object ^ sender, Microsoft::VisualStudio::TestTools::WebTesting::PostTransactionEventArgs ^ e);
public virtual void PostTransaction (object sender, Microsoft.VisualStudio.TestTools.WebTesting.PostTransactionEventArgs e);
abstract member PostTransaction : obj * Microsoft.VisualStudio.TestTools.WebTesting.PostTransactionEventArgs -> unit
override this.PostTransaction : obj * Microsoft.VisualStudio.TestTools.WebTesting.PostTransactionEventArgs -> unit
Public Overridable Sub PostTransaction (sender As Object, e As PostTransactionEventArgs)
Parameters
- sender
- Object