Share via


EsentStopwatch.IsRunning 属性

获取一个值,该值指示 EsentStopwatch 计时器是否正在运行。

Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (

语法

'Declaration
Public Property IsRunning As Boolean
    Get
    Private Set
'Usage
Dim instance As EsentStopwatch
Dim value As Boolean

value = instance.IsRunning
public bool IsRunning { get; private set; }

属性值

类型: System.Boolean

另请参阅

参考

EsentStopwatch 类

EsentStopwatch 成员

Microsoft.Isam.Esent.Interop 命名空间