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

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

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

Command() public méthode

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

Execute() public abstract méthode

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