adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ExecutionHistoryStep Class / KernelModeTime Property


In This Topic
    KernelModeTime Property (ExecutionHistoryStep)
    In This Topic
    The total kernel mode CPU time for this step, in milliseconds
    Syntax
    'Declaration
     
    
    Public ReadOnly Property KernelModeTime As Integer
    public int KernelModeTime {get;}
    public:
    property int KernelModeTime {
       int get();
    }
    See Also