Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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