VirtualUser OnStartTransaction Method C# API
This method is called whenever a transaction is started using the StartTransaction(String, String, VirtualUserScript) method.

Namespace: Facilita.Fc.Runtime
Assembly: fc_clr (in fc_clr.dll) Version: 9.5.5.77
Syntax

protected virtual void OnStartTransaction(
	string id,
	string tag
)

Parameters

id
Type: System String
The transaction identifier.
tag
Type: System String
Extra information which appears in the Info column.
Remarks

Override this method in your custom Virtual User if you have code which should be run whenever a transaction is started.
See Also