ForceFeedbackMotor.TryUnloadEffectAsync(IForceFeedbackEffect) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Tenta di scaricare in modo asincrono un effetto di feedback dalla memoria interna del dispositivo.
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)
Parametri
- effect
- IForceFeedbackEffect
Effetto di scaricamento.
Restituisce
Restituisce il risultato dell'operazione asincrona.
- Attributi