C# Class Microsoft.AspNet.SignalR.Utils.UninstallPerformanceCountersCommand

Inheritance: Command
Afficher le fichier Open project: SignalR/SignalR

Méthodes publiques

Méthode Description
Execute ( string args ) : void
UninstallPerformanceCountersCommand ( Action info, Action success, Action warning, Action error ) : System

Method Details

Execute() public méthode

public Execute ( string args ) : void
args string
Résultat void

UninstallPerformanceCountersCommand() public méthode

public UninstallPerformanceCountersCommand ( Action info, Action success, Action warning, Action error ) : System
info Action
success Action
warning Action
error Action
Résultat System