Méthode | Description | |
---|---|---|
Schedule ( System.Action action ) : void |
Queue the provided Action to be exceuted as a worker by the .NET ThreadPool.
|
public Schedule ( System.Action action ) : void | ||
action | System.Action | Job to schedule. |
Résultat | void |