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


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