C# Class yycms.admin.GlobalHub

Inheritance: Microsoft.AspNet.SignalR.Hub
Afficher le fichier Open project: seven1276/yycms

Méthodes publiques

Méthode Description
CompileEvent ( int code, String msg ) : void

编译代码通知

Notify ( int code, String msg ) : void

通知

Method Details

CompileEvent() public méthode

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

Notify() public méthode

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