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

Inheritance: Command
显示文件 Open project: SignalR/SignalR

Public Methods

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

Private Methods

Method Description
Copy ( string sourcePath, string destinationPath ) : void
Generate ( string outputPath, string js ) : void
OutputHubs ( string path, string url, string outputPath ) : void
ParseArg ( string arg ) : string>.KeyValuePair
ParseArguments ( string args, string &url, string &path, string &outputPath ) : void

Method Details

Execute() public method

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

GenerateHubProxyCommand() public method

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