Share via


ForceFeedbackMotor.TryUnloadEffectAsync(IForceFeedbackEffect) Method

Definition

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

Applies to