C# Class yycms.admin.GlobalHub

Inheritance: Microsoft.AspNet.SignalR.Hub
Datei anzeigen Open project: seven1276/yycms

Public Methods

Method Description
CompileEvent ( int code, String msg ) : void

编译代码通知

Notify ( int code, String msg ) : void

通知

Method Details

CompileEvent() public method

编译代码通知
public CompileEvent ( int code, String msg ) : void
code int 通知代码
msg String 编译结果
return void

Notify() public method

通知
public Notify ( int code, String msg ) : void
code int 消息代码
msg String 消息内容
return void