Méthode | Description | |
---|---|---|
BackgroundTask ( System.Action action ) : System |
Initializes a new instance of the BackgroundTask class.
|
|
Start ( ) : void |
Starts the task.
|
public BackgroundTask ( System.Action action ) : System | ||
action | System.Action | /// The method to run. /// |
Résultat | System |