Méthode | Description | |
---|---|---|
IsInCurrentThread ( ) : bool | ||
MainLoop ( ) : System | ||
Queue ( MainLoopTask task ) : void | ||
QueueTimeout ( System.TimeSpan span, TimeoutTask task ) : uint | ||
QueueWait ( MainLoopJob task ) : object | ||
QueueWait ( MainLoopTask task ) : void | ||
Wrap ( AsyncCallback callback ) : AsyncCallback |
Méthode | Description | |
---|---|---|
Loop ( ) : void | ||
Queue ( DelegateTask task ) : void | ||
QueueWait ( DelegateTask t ) : void |
public QueueTimeout ( System.TimeSpan span, TimeoutTask task ) : uint | ||
span | System.TimeSpan | |
task | TimeoutTask | |
Résultat | uint |
public QueueWait ( MainLoopJob task ) : object | ||
task | MainLoopJob | |
Résultat | object |
public QueueWait ( MainLoopTask task ) : void | ||
task | MainLoopTask | |
Résultat | void |
public Wrap ( AsyncCallback callback ) : AsyncCallback | ||
callback | AsyncCallback | |
Résultat | AsyncCallback |