ForceFeedbackMotor.TryUnloadEffectAsync(IForceFeedbackEffect) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Attempts to asynchronously unload a feedback effect from the device's internal memory.
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)
Parameters
- effect
- IForceFeedbackEffect
The effect to unload.
Returns
Returns the result of the asynchronous operation.
- Attributes