Edit

EsentStopwatch.IsRunning property

Gets a value indicating whether the EsentStopwatch timer is running.

Namespace:  Microsoft.Isam.Esent.Interop
Assembly:  Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'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; }

Property value

Type: System.Boolean

See also

Reference

EsentStopwatch class

EsentStopwatch members

Microsoft.Isam.Esent.Interop namespace