TransactionData MaximumDuration Property C# API
Get the maximum recorded duration (in milliseconds) of this transaction.

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

public long MaximumDuration { get; private set; }
Remarks

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