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.7.98
Syntax
C#
VB
C++
F#
View Colorized
Copy to Clipboard
Print
public
double
MeanDuration
{
get
;
private
set
; }
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
TransactionData Class
TransactionData Members
Facilita.Fc.Runtime Namespace