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

Inheritance: Command
Show file Open project: SignalR/SignalR

Public Methods

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

Method Details

Execute() public method

public Execute ( string args ) : void
args string
return void

UninstallPerformanceCountersCommand() public method

public UninstallPerformanceCountersCommand ( Action info, Action success, Action warning, Action error ) : System
info Action
success Action
warning Action
error Action
return System