C# Class Dev2.Integration.Tests.MEF.StopWatch

Mostra file Open project: Warewolf-ESB/Warewolf

Private Properties

Property Type Description

Public Methods

Method Description
GetElapsedTime ( ) : double
Start ( ) : void
Stop ( ) : void

Method Details

GetElapsedTime() public method

public GetElapsedTime ( ) : double
return double

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void