Property | Type | Description | |
---|---|---|---|
instance |
Property | Type | Description | |
---|---|---|---|
ExecuteInBackgroundAndCallback | bool | ||
ExecuteTaskResultHandler | void | ||
StopBackgroundTask | void | ||
TaskWatcherTimerElapsed | void |
Method | Description | |
---|---|---|
StopBackgroundTask ( ) : void |
Method | Description | |
---|---|---|
GUIBackgroundTask ( ) : System |
Method | Description | |
---|---|---|
ExecuteInBackgroundAndCallback ( Func |
This method should be used to call methods in GUI that might take a few seconds. The Wait Cursor will be shown while executing the task and the result handler will be called on MediaPortal's Main thread.
|
|
ExecuteTaskResultHandler ( ) : void | ||
StopBackgroundTask ( bool byUserRequest ) : void | ||
TaskWatcherTimerElapsed ( object sender, System e ) : void |