PerformanceMeasurementsContainerGetStatisticsAndClear Method |
Returns the statistics and resets the storage.
Namespace:
Aloe.SystemFrameworks.Domain.Core
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic (DateTime Since, KeyValuePair<(string , string , string , string ), PerformanceMeasurementsContainerOperationStats>[] ) GetStatisticsAndClear()
Public Function GetStatisticsAndClear As (Since As DateTime, As KeyValuePair(Of ( As String, As String, As String, As String), PerformanceMeasurementsContainerOperationStats)())
public:
ValueTuple<DateTime^, array<KeyValuePair<ValueTuple<String^, String^, String^, String^>^, PerformanceMeasurementsContainerOperationStats^>^>^>^ GetStatisticsAndClear()
member GetStatisticsAndClear : unit -> ValueTuple<DateTime, KeyValuePair<ValueTuple<string, string, string, string>, PerformanceMeasurementsContainerOperationStats>[]>
Return Value
Type:
ValueTupleDateTime,
KeyValuePairValueTupleString,
String,
String,
String,
PerformanceMeasurementsContainerOperationStats
See Also