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

Inheritance: Command
Show file Open project: SignalR/SignalR

Public Methods

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

Method Details

Execute() public method

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

InstallPerformanceCountersCommand() public method

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