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

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

Méthodes publiques

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

Private Methods

Méthode 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 méthode

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

GenerateHubProxyCommand() public méthode

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