ForceFeedbackMotor.TryUnloadEffectAsync(IForceFeedbackEffect) 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.
Tente de décharger de manière asynchrone un effet de commentaire de la mémoire interne de l’appareil.
public:
virtual IAsyncOperation<bool> ^ TryUnloadEffectAsync(IForceFeedbackEffect ^ effect) = TryUnloadEffectAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> TryUnloadEffectAsync(IForceFeedbackEffect const& effect);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> TryUnloadEffectAsync(IForceFeedbackEffect effect);
function tryUnloadEffectAsync(effect)
Public Function TryUnloadEffectAsync (effect As IForceFeedbackEffect) As IAsyncOperation(Of Boolean)
Paramètres
- effect
- IForceFeedbackEffect
Effet à décharger.
Retours
Retourne le résultat de l’opération asynchrone.
- Attributs