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