C# Class NPerf.Core.Communication.Monitoring.DisposableScope

Inheritance: IDisposable
Datei anzeigen Open project: Orcomp/NPerf

Public Methods

Method Description
DisposableScope ( ) : System
DisposableScope ( System.Action start, System.Action end ) : System
Dispose ( ) : void

Method Details

DisposableScope() public method

public DisposableScope ( ) : System
return System

DisposableScope() public method

public DisposableScope ( System.Action start, System.Action end ) : System
start System.Action
end System.Action
return System

Dispose() public method

public Dispose ( ) : void
return void