Interface IStopWatch
Namespace: FluentMigrator.Runner
Assembly: FluentMigrator.Runner.Core.dll
Syntax
public interface IStopWatch
Methods
| Edit this page View SourceElapsedTime()
Declaration
TimeSpan ElapsedTime()
Returns
| Type | Description |
|---|---|
| TimeSpan |
Start()
Declaration
void Start()
Stop()
Declaration
void Stop()
Time(Action)
Declaration
TimeSpan Time(Action action)
Parameters
| Type | Name | Description |
|---|---|---|
| Action | action |
Returns
| Type | Description |
|---|---|
| TimeSpan |