C# 클래스 Microsoft.AspNet.SignalR.Utils.Command

상속: ICommand
파일 보기 프로젝트 열기: SignalR/SignalR

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Command ( Action info, Action success, Action warning, Action error ) : System
Execute ( string args ) : void

메소드 상세

Command() 공개 메소드

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

Execute() 공개 추상적인 메소드

public abstract Execute ( string args ) : void
args string
리턴 void