C# Class QFramework.QThreadMgr

当前线程管理器,同时只能做一个任务
Inheritance: QMgrBehaviour
Afficher le fichier Open project: liangxiegame/QFramework

Méthodes publiques

Méthode Description
AddEvent ( ThreadEvent ev, Action func ) : void

添加到事件队列

Dispose ( ) : void

Méthodes protégées

Méthode Description
SetupMgr ( ) : void
SetupMgrId ( ) : void

Private Methods

Méthode Description
Awake ( ) : void
OnDestroy ( ) : void

应用程序退出

OnDownloadFile ( List evParams ) : void

下载文件

OnExtractFile ( List evParams ) : void

调用方法

OnSyncEvent ( NotiData data ) : void

通知事件

OnUpdate ( ) : void
ProgressChanged ( object sender, DownloadProgressChangedEventArgs e ) : void
Start ( ) : void

Method Details

AddEvent() public méthode

添加到事件队列
public AddEvent ( ThreadEvent ev, Action func ) : void
ev ThreadEvent
func Action
Résultat void

Dispose() public static méthode

public static Dispose ( ) : void
Résultat void

SetupMgr() protected méthode

protected SetupMgr ( ) : void
Résultat void

SetupMgrId() protected méthode

protected SetupMgrId ( ) : void
Résultat void