PerformanceMeasurementsContainerGetStatistics Method |
Returns the statistics gathered.
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>[] ) GetStatistics()
Public Function GetStatistics 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^>^>^>^ GetStatistics()
member GetStatistics : unit -> ValueTuple<DateTime, KeyValuePair<ValueTuple<string, string, string, string>, PerformanceMeasurementsContainerOperationStats>[]>
Return Value
Type:
ValueTupleDateTime,
KeyValuePairValueTupleString,
String,
String,
String,
PerformanceMeasurementsContainerOperationStats
See Also