TransactionData MeanDuration Property C# API
Get the mean duration (in milliseconds) of this transaction.

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

public double MeanDuration { get; private set; }
Remarks

Note that this is the mean duration recorded for the current VirtualUser, NOT for the entire test.
See Also