VirtualUser OnStartInitialSection Method C# API
This method is called whenever the Virtual User is about to start executing the initial sequence of scripts in its workflow.

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

public virtual void OnStartInitialSection()
Remarks

Override this method in your custom Virtual User if you have code which should be run whenever the Virtual User starts executing the initial sequence of scripts.
See Also