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

Inheritance: IDisposable
Afficher le fichier Open project: Orcomp/NPerf

Méthodes publiques

Méthode Description
DisposableScope ( ) : System
DisposableScope ( System.Action start, System.Action end ) : System
Dispose ( ) : void

Method Details

DisposableScope() public méthode

public DisposableScope ( ) : System
Résultat System

DisposableScope() public méthode

public DisposableScope ( System.Action start, System.Action end ) : System
start System.Action
end System.Action
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void