PreallocatedWorkItem.RunAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Envoie l’élément de travail préalloué au pool de threads, sans nécessiter d’allocation de ressources supplémentaires.
public:
virtual IAsyncAction ^ RunAsync() = RunAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction RunAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction RunAsync();
function runAsync()
Public Function RunAsync () As IAsyncAction
Retours
Fournit l’accès à l’IAsyncAction en cours d’exécution qui a été construit précédemment et qui a donné l’allocation de ressources nécessaire.
- Attributs
Remarques
Pour plus d’informations sur la façon dont IAsyncAction s’applique aux éléments de travail, consultez Windows.System.Threading.RunAsync.