|
LogicalThreadStatisticsMinExecutionTime Property
|
Gets the execution time of the shortest running action.
Namespace: GSF.ThreadingAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
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