Method | 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 |
Method | Description | |
---|---|---|
Loop ( ) : void | ||
Queue ( DelegateTask task ) : void | ||
QueueWait ( DelegateTask t ) : void |
public QueueTimeout ( System.TimeSpan span, TimeoutTask task ) : uint | ||
span | System.TimeSpan | |
task | TimeoutTask | |
return | uint |
public QueueWait ( MainLoopJob task ) : object | ||
task | MainLoopJob | |
return | object |
public QueueWait ( MainLoopTask task ) : void | ||
task | MainLoopTask | |
return | void |
public Wrap ( AsyncCallback callback ) : AsyncCallback | ||
callback | AsyncCallback | |
return | AsyncCallback |