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

Inheritance: ICommand
Show file Open project: SignalR/SignalR

Private Properties

Property Type Description

Public Methods

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

Method Details

Command() public method

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

Execute() public abstract method

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