|
LogicalThreadStatisticsMinExecutionTime Property
|
Gets the execution time of the shortest running action.
Namespace: GSF.ThreadingAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.248-beta+a497a19de709fd99e2448886199a2c8824265ddf
Syntaxpublic TimeSpan MinExecutionTime { get; }
Public ReadOnly Property MinExecutionTime As TimeSpan
Get
public:
property TimeSpan MinExecutionTime {
TimeSpan get ();
}
member MinExecutionTime : TimeSpan with get
function get_MinExecutionTime();
View SourceProperty Value
TimeSpan
See Also